diff options
author | jlam <jlam> | 2001-04-30 03:46:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-04-30 03:46:32 +0000 |
commit | a668012cab7c89b65066ea5ad03edbde9e2a1a09 (patch) | |
tree | 420ae23518a28c241bb43ccb4a2427d68ca3dac0 /www/libwww | |
parent | 59b3e4ad91e3797c8621f705d0ba8624ec038dad (diff) | |
download | pkgsrc-a668012cab7c89b65066ea5ad03edbde9e2a1a09.tar.gz |
Change build dependency from perl-5.* to perl>=${PERL5_REQD}.
Diffstat (limited to 'www/libwww')
-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 787b012b307..ffa957aa3ca 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/04/20 12:33:52 fredb Exp $ +# $NetBSD: Makefile,v 1.23 2001/04/30 03:46:34 jlam Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp # @@ -14,7 +14,7 @@ COMMENT= The W3C Reference Library BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf BUILD_DEPENDS+= automake-1.4:../../devel/automake -BUILD_DEPENDS+= perl-5.*:../../lang/perl5 +BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 USE_GMAKE= yes USE_LIBTOOL= yes |