summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/ap-auth-cookie/Makefile4
-rw-r--r--www/ap-auth-ldap/Makefile4
-rw-r--r--www/ap-auth-postgresql/Makefile4
-rw-r--r--www/ap-csacek/Makefile4
-rw-r--r--www/ap-dtcl/Makefile4
-rw-r--r--www/ap-fastcgi/Makefile4
-rw-r--r--www/ap-jserv/Makefile4
-rw-r--r--www/libwww/Makefile4
-rw-r--r--www/mozilla/Makefile4
-rw-r--r--www/php3/Makefile4
-rw-r--r--www/squid/Makefile4
11 files changed, 22 insertions, 22 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile
index a9e5b22ca97..4a1214dd0ee 100644
--- a/www/ap-auth-cookie/Makefile
+++ b/www/ap-auth-cookie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2001/03/27 03:20:20 hubertf Exp $
+# $NetBSD: Makefile,v 1.19 2001/04/30 03:46:32 jlam Exp $
#
# There are a few more mod_auth_cookie's out there doing slightly
# different things. This one pkg would be a good place to dump them all in
@@ -17,7 +17,7 @@ COMMENT= Cookie-based authentication for Apache
DEPENDS+= apache-1.3.*:../../www/apache
# For "apxs":
-BUILD_DEPENDS= perl-5.*:../../lang/perl5
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
EXTRACT_CMD= ${DO_NADA}
diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile
index 03240429f7b..6ac3384b054 100644
--- a/www/ap-auth-ldap/Makefile
+++ b/www/ap-auth-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/04/09 11:45:33 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/30 03:46:32 jlam Exp $
DISTNAME= auth_ldap-1.5.2
PKGNAME= ap-auth-ldap-1.5.2
@@ -13,7 +13,7 @@ DEPENDS+= apache-1.3.*:../../www/apache
DEPENDS+= openldap-1.2.*:../../databases/openldap
# For "apxs":
-BUILD_DEPENDS= perl-5.*:../../lang/perl5
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
do-build:
@cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -c \
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile
index 9a01de8a50d..bcd44adb518 100644
--- a/www/ap-auth-postgresql/Makefile
+++ b/www/ap-auth-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/04/09 11:45:34 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/30 03:46:33 jlam Exp $
DISTNAME= AuthPG-1.2b2
PKGNAME= ap-auth-postgresql-1.2b2
@@ -12,7 +12,7 @@ COMMENT= Module to allow apache authentication against a Postgresql database
DEPENDS+= apache-1.3.*:../../www/apache
DEPENDS+= postgresql-*:../../databases/postgresql
# For "apxs":
-BUILD_DEPENDS= perl-5.*:../../lang/perl5
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
CPPFLAGS+= -I${LOCALBASE}/include/pgsql
LIBS= -lpq -lcrypt
diff --git a/www/ap-csacek/Makefile b/www/ap-csacek/Makefile
index 855f1a70b17..0a058dd6bcb 100644
--- a/www/ap-csacek/Makefile
+++ b/www/ap-csacek/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/03/27 03:20:21 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/30 03:46:33 jlam Exp $
#
DISTNAME= csacek-2.1.4
@@ -14,7 +14,7 @@ COMMENT= on-fly code set recoder
DEPENDS+= apache*-1.3*:../../www/apache
# For "apxs":
-BUILD_DEPENDS= perl-5.*:../../lang/perl5
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
HAS_CONFIGURE= yes
diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile
index 928a4f59a0f..b87f11cda45 100644
--- a/www/ap-dtcl/Makefile
+++ b/www/ap-dtcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/03/27 03:20:21 hubertf Exp $
+# $NetBSD: Makefile,v 1.12 2001/04/30 03:46:33 jlam Exp $
DISTNAME= mod_dtcl-0.8.12
PKGNAME= ap-dtcl-0.8.12
@@ -13,7 +13,7 @@ COMMENT= Simple, fast Tcl server side scripting for apache
DEPENDS+= apache-1.3.*:../../www/apache
DEPENDS+= tcl>=8.3.2:../../lang/tcl
# For "apxs":
-BUILD_DEPENDS= perl-5.*:../../lang/perl5
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
INCLUDES= -I${PREFIX}/include/
LIBS= -L${PREFIX}/lib -Wl,-R${PREFIX}/lib -ltcl83 -lm
diff --git a/www/ap-fastcgi/Makefile b/www/ap-fastcgi/Makefile
index 461bd5fccf5..174aa4de6a9 100644
--- a/www/ap-fastcgi/Makefile
+++ b/www/ap-fastcgi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/03/27 03:20:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.18 2001/04/30 03:46:33 jlam Exp $
#
DISTNAME= mod_fastcgi_2.2.10
@@ -12,7 +12,7 @@ COMMENT= New, improved CGI-like interface module for Apache
DEPENDS+= apache-1.3.*:../../www/apache
# For "apxs":
-BUILD_DEPENDS= perl-5.*:../../lang/perl5
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
do-build:
@cd ${WRKSRC} && ${PREFIX}/sbin/apxs -c -o mod_fastcgi.so *.c
diff --git a/www/ap-jserv/Makefile b/www/ap-jserv/Makefile
index a60b570a339..0599ef85e7d 100644
--- a/www/ap-jserv/Makefile
+++ b/www/ap-jserv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/03/29 19:37:42 jwise Exp $
+# $NetBSD: Makefile,v 1.18 2001/04/30 03:46:34 jlam Exp $
DISTNAME= ApacheJServ-1.1.2
PKGNAME= ap-jserv-1.1.2
@@ -13,7 +13,7 @@ DEPENDS+= apache>=1.3.9:../../www/apache
# yes, this needs _exactly_ version 2.0
DEPENDS+= jsdk-2.0:../../www/jsdk20
# For "apxs":
-BUILD_DEPENDS= perl-5.*:../../lang/perl5
+BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
.include "../../mk/bsd.prefs.mk"
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
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index eb56fcb2bd8..dbadacde3e4 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2001/04/02 16:39:53 taya Exp $
+# $NetBSD: Makefile,v 1.63 2001/04/30 03:46:34 jlam Exp $
MOZ_VER= 0.8.1
DISTNAME= mozilla-source-${MOZ_VER}
@@ -13,7 +13,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.mozilla.org/
COMMENT= The open-source version of the Netscape browser
-BUILD_DEPENDS+= perl-5.*:../../lang/perl5
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_DEPENDS+= zip>=2.3:../../archivers/zip
DEPENDS+= gtk+>=1.2.8:../../x11/gtk
diff --git a/www/php3/Makefile b/www/php3/Makefile
index 8a572fb6c35..b33bdb03ebf 100644
--- a/www/php3/Makefile
+++ b/www/php3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2001/03/27 03:20:25 hubertf Exp $
+# $NetBSD: Makefile,v 1.24 2001/04/30 03:46:34 jlam Exp $
#
DISTNAME= php-${PHP_VERSION}
@@ -11,7 +11,7 @@ MAINTAINER= cjs@netbsd.org
HOMEPAGE= http://www.php.net/
COMMENT= PHP3 HTML-embedded programming language with database connectivity
-BUILD_DEPENDS+= perl-5.*:../../lang/perl5
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
.include "../../mk/bsd.prefs.mk"
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 4c3a1170344..60a08a19344 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2001/04/14 10:05:00 tron Exp $
+# $NetBSD: Makefile,v 1.45 2001/04/30 03:46:34 jlam Exp $
DISTNAME= squid-2.4.STABLE1-src
PKGNAME= squid-2.4.1
@@ -19,7 +19,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.squid-cache.org/
COMMENT= Post-Harvest_cached WWW proxy cache and accelerator
-BUILD_DEPENDS+= perl-5.*:../../lang/perl5
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --sysconfdir=/etc \