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/apache | |
parent | 4a7ce722b8dbf5822362b8e311c056e3be5d8644 (diff) | |
download | pkgsrc-bb3a9554989d91ee874bae222350289ea4d889d0.tar.gz |
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |