summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjmc <jmc>2002-02-05 04:46:31 +0000
committerjmc <jmc>2002-02-05 04:46:31 +0000
commit8ba31a014deb76c1a64b26caea10adf8a9f7373a (patch)
tree6267e44b0590fb9beadcdd1a851e8bb4d8a12ef2 /www
parent8477e6298f279f77b3e04a78fe35fc227376b86a (diff)
downloadpkgsrc-8ba31a014deb76c1a64b26caea10adf8a9f7373a.tar.gz
Make sure configure knows where MM is located. Also include the apache
headers in the CPPFLAGS
Diffstat (limited to 'www')
-rw-r--r--www/ap-aolserver/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-aolserver/Makefile b/www/ap-aolserver/Makefile
index 846ade87540..f37236b7da7 100644
--- a/www/ap-aolserver/Makefile
+++ b/www/ap-aolserver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/12/09 22:54:14 jmc Exp $
+# $NetBSD: Makefile,v 1.5 2002/02/05 04:46:31 jmc Exp $
#
DISTNAME= mod_aolserver-1.1
@@ -18,8 +18,8 @@ DEPENDS+= apache{,6}-1.3.*:../../www/apache
HAS_CONFIGURE= # yes
GNU_CONFIGURE= # yes
-CONFIGURE_ARGS+= --with-database=postgres
-CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/pgsql"
+CONFIGURE_ARGS+= --with-database=postgres --with-mm=${PREFIX}
+CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/pgsql -I${PREFIX}/include/httpd"
MESSAGE_SUBST+= PREFIX=${PREFIX}