aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2008-09-03 19:08:17 +0000
committerClement Laforet <clement@FreeBSD.org>2008-09-03 19:08:17 +0000
commitbddb65da3a18b9bc61133f4afbb9a6f736653443 (patch)
tree99d13d48152671ea008b5f24f245acecb1712118 /www
parent0280546275e048d45e7607ad6cf65fd83abc0c0f (diff)
downloadports-bddb65da3a18b9bc61133f4afbb9a6f736653443.tar.gz
ports-bddb65da3a18b9bc61133f4afbb9a6f736653443.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/apache22/Makefile.modules6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache22/Makefile.modules b/www/apache22/Makefile.modules
index 1f75820d0fd8..22aa264fb18f 100644
--- a/www/apache22/Makefile.modules
+++ b/www/apache22/Makefile.modules
@@ -123,7 +123,7 @@ WITH_THREADS= YES
PLIST_SUB+= MYSQL=""
.else
CONFIGURE_ARGS+= --without-mysql
-PLIST_SUB+= MYSQL="@comment"
+PLIST_SUB+= MYSQL="@comment "
.endif
.if defined(WITH_PGSQL)
@@ -133,7 +133,7 @@ CONFIGURE_ENV+= ac_cv_path_PGSQL_CONFIG=""
PLIST_SUB+= PGSQL=""
.else
CONFIGURE_ARGS+= --without-pgsql
-PLIST_SUB+= PGSQL="@comment"
+PLIST_SUB+= PGSQL="@comment "
.endif
.if defined(WITH_SQLITE)
@@ -142,7 +142,7 @@ CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE}
PLIST_SUB+= SQLITE3=""
.else
CONFIGURE_ARGS+= --without-sqlite3
-PLIST_SUB+= SQLITE3="@comment"
+PLIST_SUB+= SQLITE3="@comment "
.endif
.if !defined(WITHOUT_SSL)