pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc fix paths/names for some of the dependencies



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a533e0b76c2
branches:  trunk
changeset: 461998:6a533e0b76c2
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Thu Sep 25 09:19:28 2003 +0000

description:
fix paths/names for some of the dependencies

diffstat:

 emulators/peace/Makefile   |  4 ++--
 net/p5-Net-Jabber/Makefile |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r 470748696723 -r 6a533e0b76c2 emulators/peace/Makefile
--- a/emulators/peace/Makefile  Thu Sep 25 08:36:16 2003 +0000
+++ b/emulators/peace/Makefile  Thu Sep 25 09:19:28 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/09/21 16:03:41 kent Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/25 09:19:28 dmcmahill Exp $
 #
 PEACE_VERSION= 20030919
 DISTNAME=      peace-0.0.${PEACE_VERSION}
@@ -20,7 +20,7 @@
 
 BUILD_DEPENDS= cross-i386-netbsdpe>=1.3:../../cross/i386-netbsdpe
 BUILD_DEPENDS+=        w32api>=2.4:../../devel/w32api
-BUILD_DEPENDS+= x11-links-*:../../x11-links
+BUILD_DEPENDS+= x11-links-*:../../pkgtools/x11-links
 CPPFLAGS+=     -I${WRKDIR}/cross/i386-netbsdpe/include \
                -I${WRKDIR}/cross/i386-netbsdpe/include/c++
 LDFLAGS=       -L${WRKSRC}/lib
diff -r 470748696723 -r 6a533e0b76c2 net/p5-Net-Jabber/Makefile
--- a/net/p5-Net-Jabber/Makefile        Thu Sep 25 08:36:16 2003 +0000
+++ b/net/p5-Net-Jabber/Makefile        Thu Sep 25 09:19:28 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/04 13:22:56 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/25 09:19:28 dmcmahill Exp $
 #
 
 DISTNAME=      Net-Jabber-1.26
@@ -11,9 +11,9 @@
 COMMENT=       Provide a Perl Developer access to the Jabber protocol
 
 DEPENDS+=      p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
-DEPENDS+=      p5-XML-Stream-[0-9]*:../../textproc/p5-XML-String
+DEPENDS+=      p5-XML-Stream-[0-9]*:../../textproc/p5-XML-Stream
 DEPENDS+=      p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
-DEPENDS+=      p5-Time-[0-9]*:../../devel/p5-Time
+DEPENDS+=      p5-Time-[0-9]*:../../time/p5-Time
 
 USE_BUILDLINK2=        YES
 



Home | Main Index | Thread Index | Old Index