summaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-04-30 03:46:32 +0000
committerjlam <jlam@pkgsrc.org>2001-04-30 03:46:32 +0000
commit1edfee944f892b4e82824d22d8bd2666875da6d9 (patch)
tree420ae23518a28c241bb43ccb4a2427d68ca3dac0 /www/libwww
parent399307672c4798c8125ac3cc059d7c10f745ea87 (diff)
downloadpkgsrc-1edfee944f892b4e82824d22d8bd2666875da6d9.tar.gz
Change build dependency from perl-5.* to perl>=${PERL5_REQD}.
Diffstat (limited to 'www/libwww')
-rw-r--r--www/libwww/Makefile4
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