diff options
author | jlam <jlam> | 2001-04-30 03:46:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-04-30 03:46:32 +0000 |
commit | b8ed2f593a1631540db3a8949a51a32f097031ab (patch) | |
tree | 420ae23518a28c241bb43ccb4a2427d68ca3dac0 /www/libwww | |
parent | a82ca665d3470213835c146991fbf7ca87d36637 (diff) | |
download | pkgsrc-b8ed2f593a1631540db3a8949a51a32f097031ab.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 |