diff options
author | jlam <jlam> | 2000-09-05 09:33:15 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-09-05 09:33:15 +0000 |
commit | 1680d78a1b148f60dcde09b19878cb21149e3305 (patch) | |
tree | 3a4eb3a498298447d7926709d432170808bdd312 /net | |
parent | c61bd1c2fba072a87daf509e78898843643de3e5 (diff) | |
download | pkgsrc-1680d78a1b148f60dcde09b19878cb21149e3305.tar.gz |
Update build dependency on perl to build in correct directory if perl
interpreter is not found.
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/freewais-sf/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 04764133963..169c826326f 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2000/08/28 09:14:50 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2000/09/05 09:33:16 jlam Exp $ # DISTNAME= ethereal-${ETHEREAL_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://ethereal.zing.org/ DEPENDS= gtk+-1.2.*:../../x11/gtk -BUILD_DEPENDS+= ${PERL5}:../../lang/perl5 +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base USE_X11= yes GNU_CONFIGURE= yes diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index 0a044e527e0..4a7eedcdc71 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/27 06:07:43 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/09/05 09:33:16 jlam Exp $ # DISTNAME= freeWAIS-sf-2.2.12 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/freeWAIS-sf/ MAINTAINER= bad@NetBSD.org HOMEPAGE= http://ls6-www.informatik.uni-dortmund.de/ir/projects/freeWAIS-sf/index.html -BUILD_DEPENDS= ${PERL5}:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../lang/perl5-base USE_LIBTOOL= # defined |