summaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authorjlam <jlam>2000-12-27 17:05:36 +0000
committerjlam <jlam>2000-12-27 17:05:36 +0000
commit8303a9d82de65c9b6834e41c9873a4e2f78ba601 (patch)
tree69eedaa7f1ba2ee8d51c5c5f3477651e0b23efbd /www/libwww
parent3bc6d511fafa313e50129894774f397332d9dec3 (diff)
downloadpkgsrc-8303a9d82de65c9b6834e41c9873a4e2f78ba601.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')
-rw-r--r--www/libwww/Makefile4
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