Change build dependency from perl-5.* to perl>=${PERL5_REQD}.

This commit is contained in:
jlam 2001-04-30 03:46:32 +00:00
parent 399307672c
commit 1edfee944f
11 changed files with 22 additions and 22 deletions

View file

@ -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}

View file

@ -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 \

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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 \