diff options
author | jlam <jlam@pkgsrc.org> | 2002-07-24 19:45:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-07-24 19:45:22 +0000 |
commit | e1be891dbc856679f71ca61e065fc63be575f829 (patch) | |
tree | 8d3205091ef102f873815aafda1fc32447c8b6c2 /net | |
parent | 84ec437ca0fb286b090effe245add1fd54c91295 (diff) | |
download | pkgsrc-e1be891dbc856679f71ca61e065fc63be575f829.tar.gz |
Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/freewais-sf/Makefile | 5 | ||||
-rw-r--r-- | net/md-whois/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Daemon/Makefile | 4 | ||||
-rw-r--r-- | net/wget/Makefile | 4 |
5 files changed, 10 insertions, 11 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index cb648d0747c..2f4f1b49ffe 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2002/07/01 17:25:59 toshii Exp $ +# $NetBSD: Makefile,v 1.63 2002/07/24 19:45:25 jlam Exp $ DISTNAME= ethereal-0.9.5 CATEGORIES= net @@ -9,7 +9,7 @@ MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://www.ethereal.com/ COMMENT= Network protocol analyzer -BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 +USE_PERL5= build USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index 554680e7eaf..f81cff4cdf5 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/02/18 15:14:36 seb Exp $ +# $NetBSD: Makefile,v 1.11 2002/07/24 19:45:25 jlam Exp $ # DISTNAME= freeWAIS-sf-2.2.12 @@ -10,8 +10,7 @@ MAINTAINER= bad@NetBSD.org HOMEPAGE= http://ls6-www.informatik.uni-dortmund.de/ir/projects/freeWAIS-sf/index.html COMMENT= Enhanced Wide Area Information Server -BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5 - +USE_PERL5= build USE_LIBTOOL= # defined HAS_CONFIGURE= # defined diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile index c3aee4a4137..6e107499202 100644 --- a/net/md-whois/Makefile +++ b/net/md-whois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/04/30 04:16:10 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/07/24 19:45:26 jlam Exp $ DISTNAME= whois_4.5.2 PKGNAME= md-whois-4.5.2 @@ -9,7 +9,7 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.linux.it/~md/software/ COMMENT= Improved whois client -BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 +USE_PERL5= build WRKSRC= ${WRKDIR}/whois-4.5.2 diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile index cd34676db0c..c4644c928a9 100644 --- a/net/p5-Net-Daemon/Makefile +++ b/net/p5-Net-Daemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/11/30 14:32:09 mjl Exp $ +# $NetBSD: Makefile,v 1.8 2002/07/24 19:45:26 jlam Exp $ # DISTNAME= Net-Daemon-0.36 @@ -11,7 +11,7 @@ MAINTAINER= eric@cirr.com HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html COMMENT= perl5 module for writing networking daemons -DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl5 +DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:${PERL5_PKGSRCDIR} USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Daemon/.packlist diff --git a/net/wget/Makefile b/net/wget/Makefile index 3a93e051671..dc540b0fdef 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2002/03/30 13:57:02 pooka Exp $ +# $NetBSD: Makefile,v 1.46 2002/07/24 19:45:26 jlam Exp $ DISTNAME= wget-1.7 CATEGORIES= net @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/wget/wget.html COMMENT= Retrieve files from the 'net via HTTP and FTP -BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 +USE_PERL5= build BUILD_USES_MSGFMT= YES USE_BUILDLINK_ONLY= YES |