summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2003-11-26 16:03:07 +0000
committerjlam <jlam>2003-11-26 16:03:07 +0000
commit06b71d215c5e98d049ae912688fce86a240f5498 (patch)
treeae243027031a5d8d0363e9ce76c8c68c134a8e44 /www
parenta93c1827fe255af32f06240488d56e29a00818ec (diff)
downloadpkgsrc-06b71d215c5e98d049ae912688fce86a240f5498.tar.gz
Whitespace
Diffstat (limited to 'www')
-rw-r--r--www/ap-aolserver/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ap-aolserver/Makefile b/www/ap-aolserver/Makefile
index 9a070d1ee0f..2bcb3567c97 100644
--- a/www/ap-aolserver/Makefile
+++ b/www/ap-aolserver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/11/26 16:00:12 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2003/11/26 16:03:07 jlam Exp $
#
DISTNAME= mod_aolserver-1.1
@@ -14,7 +14,9 @@ COMMENT= Module that emulates AOLServer in Apache
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
-CONFIGURE_ARGS+= --with-database=postgres --with-mm=${BUILDLINK_PREFIX.libmm}
+CONFIGURE_ARGS+= --with-database=postgres
+CONFIGURE_ARGS+= --with-mm=${BUILDLINK_PREFIX.libmm}
+
CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
CFLAGS+= `${APXS} -q CFLAGS CFLAGS_SHLIB`