diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-12-12 13:44:13 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-12-12 13:44:13 +0000 |
commit | f445e1918f5efc03d14abfcaea873f8fea12da85 (patch) | |
tree | 6ebce579f968e82fb9d4e0f11a99cfb1740d3646 /www/apache22 | |
parent | f1ba1e8487eeae2463201e00b0376a3cca12b205 (diff) | |
download | ports-f445e1918f5efc03d14abfcaea873f8fea12da85.tar.gz ports-f445e1918f5efc03d14abfcaea873f8fea12da85.zip |
Notes
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile.modules | 3 | ||||
-rw-r--r-- | www/apache22/pkg-plist | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/www/apache22/Makefile.modules b/www/apache22/Makefile.modules index 61ae8c7b99b1..33295083e803 100644 --- a/www/apache22/Makefile.modules +++ b/www/apache22/Makefile.modules @@ -80,6 +80,9 @@ PLIST_SUB+= PREFORK="@comment " WORKER="@comment " EVENT="@comment " .if !defined(WITH_DBM) . if defined(WITH_BDB) || defined(WITH_BDB_BASE) || defined(WITH_BERKELEYDB) WITH_DBM=bdb +PLIST_SUB+= BDB="" +. else +PLIST_SUB+= BDB="@comment " . endif .endif diff --git a/www/apache22/pkg-plist b/www/apache22/pkg-plist index 6e54187eea79..8f4a1ba1de3a 100644 --- a/www/apache22/pkg-plist +++ b/www/apache22/pkg-plist @@ -187,6 +187,10 @@ include/apache22/util_xml.h %%APR_PORTS%%%%SQLITE3%%lib/apr-util-1/apr_dbd_sqlite3.so %%APR_PORTS%%%%SQLITE3%%lib/apr-util-1/apr_dbd_sqlite3.la %%APR_PORTS%%%%SQLITE3%%lib/apr-util-1/apr_dbd_sqlite3.a +%%APR_PORTS%%%%BDB%%lib/apr-util-1/apr_dbm_db-1.so +%%APR_PORTS%%%%BDB%%lib/apr-util-1/apr_dbm_db.so +%%APR_PORTS%%%%BDB%%lib/apr-util-1/apr_dbm_db.la +%%APR_PORTS%%%%BDB%%lib/apr-util-1/apr_dbm_db.a %%APR_PORTS%%%%MOD_LDAP%%lib/apr-util-1/apr_ldap-1.so %%APR_PORTS%%%%MOD_LDAP%%lib/apr-util-1/apr_ldap.so %%APR_PORTS%%%%MOD_LDAP%%lib/apr-util-1/apr_ldap.la |