diff options
author | hubertf <hubertf> | 2000-12-27 11:52:50 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-12-27 11:52:50 +0000 |
commit | e87f09f874cd54920a725bb5b6a0355dca7505d9 (patch) | |
tree | da8e94b0509b3f2191938a796c9175e11627d7f1 /www/libwww | |
parent | bb5f48f528a1151a8bbe2180528550a652f91f29 (diff) | |
download | pkgsrc-e87f09f874cd54920a725bb5b6a0355dca7505d9.tar.gz |
Put perl back, as BUILD_DEPENDS
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 5e01de58eeb..6f935897daa 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/12/27 02:34:12 fredb Exp $ +# $NetBSD: Makefile,v 1.18 2000/12/27 11:52:50 hubertf Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp # @@ -11,6 +11,8 @@ MASTER_SITES= http://www.w3.org/Library/Distribution/ \ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.w3.org/Library/ +BUILD_DEPENDS+= perl:../../lang/perl5 + USE_GMAKE= yes USE_LIBTOOL= yes USE_SSL= yes |