diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-28 09:14:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-28 09:14:50 +0000 |
commit | bb3a9554989d91ee874bae222350289ea4d889d0 (patch) | |
tree | 6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /www | |
parent | 4a7ce722b8dbf5822362b8e311c056e3be5d8644 (diff) | |
download | pkgsrc-bb3a9554989d91ee874bae222350289ea4d889d0.tar.gz |
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-auth-cookie/Makefile | 4 | ||||
-rw-r--r-- | www/ap-auth-ldap/Makefile | 4 | ||||
-rw-r--r-- | www/ap-auth-postgresql/Makefile | 4 | ||||
-rw-r--r-- | www/ap-dtcl/Makefile | 4 | ||||
-rw-r--r-- | www/ap-fastcgi/Makefile | 4 | ||||
-rw-r--r-- | www/ap-jserv/Makefile | 4 | ||||
-rw-r--r-- | www/ap-ssl/Makefile | 4 | ||||
-rw-r--r-- | www/apache/Makefile | 4 | ||||
-rw-r--r-- | www/apache6/Makefile | 4 | ||||
-rw-r--r-- | www/mozilla/Makefile | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index 7c249523058..d76d2dd8a52 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/11/21 22:12:58 tron Exp $ +# $NetBSD: Makefile,v 1.15 2000/08/28 09:14:51 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 @@ -16,7 +16,7 @@ HOMEPAGE= ftp://ftp.kciLink.com/pub/mod_auth_cookie.txt DEPENDS+= apache-1.3.*:../../www/apache # For "apxs": -BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../lang/perl5 EXTRACT_CMD= ${DO_NADA} diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile index 103efd9011b..615ff3dcf81 100644 --- a/www/ap-auth-ldap/Makefile +++ b/www/ap-auth-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/15 12:55:37 kleink Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/28 09:14:51 jlam Exp $ DISTNAME= auth_ldap-1.4.2 PKGNAME= ap-auth-ldap-1.4.2 @@ -12,7 +12,7 @@ DEPENDS+= apache-1.3.*:../../www/apache DEPENDS+= openldap-1.2.*:../../databases/openldap # For "apxs": -BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../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 7fbb2db040b..73c0152e965 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/06/21 16:07:35 darcy Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/28 09:14:51 jlam Exp $ DISTNAME= AuthPG-1.2b2 PKGNAME= ap-auth-postgresql-1.2b2 @@ -11,7 +11,7 @@ HOMEPAGE= http://home.bawi.org/~minskim/authpg/ DEPENDS+= apache-1.3.*:../../www/apache DEPENDS+= postgresql-*:../../databases/postgresql # For "apxs": -BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../lang/perl5 CPPFLAGS+= -I${LOCALBASE}/include/pgsql LIBS= -lpq -lcrypt diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile index 81ab1ddcf9f..f9164d9e85e 100644 --- a/www/ap-dtcl/Makefile +++ b/www/ap-dtcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/21 22:12:59 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/28 09:14:51 jlam Exp $ DISTNAME= libapache-mod-dtcl_0.6.4-1 PKGNAME= ap-dtcl-0.6.4 @@ -12,7 +12,7 @@ HOMEPAGE= http://comanche.com.dtu.dk/dave/ DEPENDS+= apache-1.3.*:../../www/apache DEPENDS+= tcl-*:../../lang/tcl80 # For "apxs": -BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../lang/perl5 INCLUDES= -I${PREFIX}/include/tcl8.0 LIBS= -L${PREFIX}/lib -Wl,-R${PREFIX}/lib -ltcl80 -lm diff --git a/www/ap-fastcgi/Makefile b/www/ap-fastcgi/Makefile index d5bbb3f7614..ea0209a384d 100644 --- a/www/ap-fastcgi/Makefile +++ b/www/ap-fastcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/05/18 10:11:05 mjl Exp $ +# $NetBSD: Makefile,v 1.12 2000/08/28 09:14:51 jlam Exp $ # DISTNAME= mod_fastcgi_2.2.4 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.fastcgi.com/ DEPENDS+= apache-1.3.*:../../www/apache # For "apxs": -BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../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 9bd9eb80c63..494b29e8dee 100644 --- a/www/ap-jserv/Makefile +++ b/www/ap-jserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/08/15 13:49:04 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/28 09:14:52 jlam Exp $ DISTNAME= ApacheJServ-1.1.2 PKGNAME= ap-jserv-1.1.2 @@ -12,7 +12,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= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../lang/perl5 .include "../../mk/bsd.prefs.mk" diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 85671cbf1b4..56ab9ca7b14 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/07/21 16:59:28 tron Exp $ +# $NetBSD: Makefile,v 1.18 2000/08/28 09:14:52 jlam Exp $ # DISTNAME= mod_ssl-2.6.3-1.3.12 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.modssl.org/ DEPENDS+= apache-1.3.12:../../www/apache # For "apxs": -BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5 CONFLICTS= apache-1.3.[0123456789] apache-*modssl-* apache6-* diff --git a/www/apache/Makefile b/www/apache/Makefile index d8576e76977..feea64ba7ee 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2000/04/24 13:13:22 tron Exp $ +# $NetBSD: Makefile,v 1.47 2000/08/28 09:14:52 jlam Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --libexecdir=${PREFIX}/lib/httpd \ --enable-rule=EAPI --enable-module=most \ --disable-module=ssl --enable-module=auth_db \ --disable-module=auth_dbm \ - --with-perl=${PREFIX}/bin/perl + --with-perl=${PERL5} CONFIGURE_ENV+= OPTIM="${OPTIM}" .include "../../mk/bsd.prefs.mk" diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 45fcbdab02c..98edc6441b8 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/08/15 10:31:24 itojun Exp $ +# $NetBSD: Makefile,v 1.16 2000/08/28 09:14:52 jlam Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --libexecdir=${PREFIX}/lib/httpd \ --enable-module=most \ --enable-module=auth_db \ --disable-module=auth_dbm \ - --with-perl=${PREFIX}/bin/perl + --with-perl=${PERL5} # --enable-rule=EAPI --disable-module=ssl CONFIGURE_SCRIPT= ${WRKSRC}/configure.v6 CONFIGURE_ENV+= OPTIM="${OPTIM}" diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 537dac5fcfb..03f6578c87c 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2000/08/17 13:11:08 wiz Exp $: Makefile,v 1.30 2000/06/17 22:14:00 tsarna Exp $ +# $NetBSD: Makefile,v 1.36 2000/08/28 09:14:52 jlam Exp $: Makefile,v 1.30 2000/06/17 22:14:00 tsarna Exp $ DISTNAME= mozilla-source-M17 PKGNAME= mozilla-5.0m17 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mozilla.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5 BUILD_DEPENDS+= autoconf:../../devel/autoconf DEPENDS+= gtk+>=1.2.8:../../x11/gtk DEPENDS+= ORBit>=0.5.1:../../net/ORBit |