summaryrefslogtreecommitdiff
path: root/www/apache
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-18 02:19:07 +0000
committerjlam <jlam>2001-05-18 02:19:07 +0000
commita036e64e051d3d6ca4bf6e6218fe1cd511d367da (patch)
treeb6a0219fe21e22aa0b774d52578d7dfdf6cccb03 /www/apache
parent0dc9b9cfad5b4429ab373c33079ab3d534aa3b23 (diff)
downloadpkgsrc-a036e64e051d3d6ca4bf6e6218fe1cd511d367da.tar.gz
Revert last change...MAKE is now added CONFIGURE_ENV in bsd.pkg.mk.
Diffstat (limited to 'www/apache')
-rw-r--r--www/apache/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index c5c6ad01462..5910429fb47 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2001/05/17 16:32:26 abs Exp $
+# $NetBSD: Makefile,v 1.71 2001/05/18 02:19:07 jlam Exp $
#
# This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
# code hooks that allow mod_ssl to be compiled separately later, if desired).
@@ -35,7 +35,6 @@ CONFIGURE_ARGS+= --enable-rule=EAPI \
CONFIGURE_ARGS+= --with-perl=${PERL5}
CONFIGURE_ARGS+= --with-port=80
CONFIGURE_ENV+= OPTIM="${OPTIM}"
-CONFIGURE_ENV+= MAKE="${MAKE}" # Needed on Linux
.include "../../mk/bsd.prefs.mk"