summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorabs <abs>2001-05-17 16:32:26 +0000
committerabs <abs>2001-05-17 16:32:26 +0000
commit3167f070287d16d7c390a1d2668fed90fb2144af (patch)
treeb2f8f22ba8f158402251485b4c284e5f1888de1b /www
parent3c2afff995aab16b08db8bba8d880151e5e3b21a (diff)
downloadpkgsrc-3167f070287d16d7c390a1d2668fed90fb2144af.tar.gz
Add MAKE="${MAKE}" to CONFIGURE_ENV, otherwise on Linux apache configures to
use gmake when when it is being compiled with bmake, and much pain ensues
Diffstat (limited to 'www')
-rw-r--r--www/apache/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index 7c7146c293f..c5c6ad01462 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2001/05/14 14:02:02 jlam Exp $
+# $NetBSD: Makefile,v 1.70 2001/05/17 16:32:26 abs 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,6 +35,7 @@ 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"