diff options
author | Clement Laforet <clement@FreeBSD.org> | 2008-09-03 19:08:17 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2008-09-03 19:08:17 +0000 |
commit | bddb65da3a18b9bc61133f4afbb9a6f736653443 (patch) | |
tree | 99d13d48152671ea008b5f24f245acecb1712118 /www/apache22 | |
parent | 0280546275e048d45e7607ad6cf65fd83abc0c0f (diff) | |
download | ports-bddb65da3a18b9bc61133f4afbb9a6f736653443.tar.gz ports-bddb65da3a18b9bc61133f4afbb9a6f736653443.zip |
Notes
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile.modules | 6 |
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) |