diff options
author | jlam <jlam> | 2000-08-28 09:14:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-28 09:14:50 +0000 |
commit | 4b9fb77b80ee3b80cbab3e3867f4dd7506441ce8 (patch) | |
tree | 6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /www/apache6 | |
parent | e2c230c59ed734d846810a1193ed3ffdfb5aca2e (diff) | |
download | pkgsrc-4b9fb77b80ee3b80cbab3e3867f4dd7506441ce8.tar.gz |
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'www/apache6')
-rw-r--r-- | www/apache6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |