diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-27 11:52:50 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-27 11:52:50 +0000 |
commit | 210ff82f99a74953db86b23291eaa97d7a028b0a (patch) | |
tree | da8e94b0509b3f2191938a796c9175e11627d7f1 /www | |
parent | 589043a29f65318a6a05130b1563ca1665ce45a9 (diff) | |
download | pkgsrc-210ff82f99a74953db86b23291eaa97d7a028b0a.tar.gz |
Put perl back, as BUILD_DEPENDS
Diffstat (limited to 'www')
-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 |