diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-27 17:05:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-27 17:05:36 +0000 |
commit | de1987a10ace54e56248ae015b54d43196d3a25a (patch) | |
tree | 69eedaa7f1ba2ee8d51c5c5f3477651e0b23efbd /www/libwww/Makefile | |
parent | 09fb6a332eaca44ef1fe8410cb2163d85bc0a5fa (diff) | |
download | pkgsrc-de1987a10ace54e56248ae015b54d43196d3a25a.tar.gz |
Build depends on perl should build from ../../lang/perl5-base if the
executable doesn't exist, as that's the minimum package requirement for
the executable.
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 6f935897daa..a6435cab084 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/12/27 11:52:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.19 2000/12/27 17:05:36 jlam Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp # @@ -11,7 +11,7 @@ MASTER_SITES= http://www.w3.org/Library/Distribution/ \ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.w3.org/Library/ -BUILD_DEPENDS+= perl:../../lang/perl5 +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base USE_GMAKE= yes USE_LIBTOOL= yes |