diff options
author | hubertf <hubertf> | 2000-12-27 11:52:50 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-12-27 11:52:50 +0000 |
commit | 0222281ad825c6aebed78cf6adbd0b38f39778c7 (patch) | |
tree | da8e94b0509b3f2191938a796c9175e11627d7f1 | |
parent | b6038d149f7775fac0f632612b960174bcfd64aa (diff) | |
download | pkgsrc-0222281ad825c6aebed78cf6adbd0b38f39778c7.tar.gz |
Put perl back, as BUILD_DEPENDS
-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 |