aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php5
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2003-02-06 23:18:06 +0800
committerdirk <dirk@FreeBSD.org>2003-02-06 23:18:06 +0800
commit50ce156d71f7ab4d52c91871f86ae4c1bf426089 (patch)
treeb5baa602f34c63135a778dfb72d1ac5632c45810 /www/mod_php5
parentdb1563f65dcc7c757ad0b342452d9ddb0f92baa0 (diff)
downloadfreebsd-ports-gnome-50ce156d71f7ab4d52c91871f86ae4c1bf426089.tar.gz
freebsd-ports-gnome-50ce156d71f7ab4d52c91871f86ae4c1bf426089.tar.zst
freebsd-ports-gnome-50ce156d71f7ab4d52c91871f86ae4c1bf426089.zip
Add GDBM support.
PR: ports/47718 Submitted by: Aaron Voisine <voisine@yahoo.com>
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/scripts/configure.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 6729ade0210e..34d36c2154c1 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -32,6 +32,7 @@ SybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \
SybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \
Interbase "Interbase 6 database support (Firebird)" OFF \
dBase "dBase database support" OFF \
+GDBM "GNU database manager support" OFF \
OpenLDAP1 "OpenLDAP 1.x support" OFF \
OpenLDAP2 "OpenLDAP 2.x support" OFF \
OpenSSL "OpenSSL support" OFF \
@@ -213,6 +214,10 @@ while [ "$1" ]; do
\"dBase\")
echo "CONFIGURE_ARGS+=--with-dbase"
;;
+ \"GDBM\")
+ echo "LIB_DEPENDS+= gdbm.3:\${PORTSDIR}/databases/gdbm"
+ echo "CONFIGURE_ARGS+=--with-gdbm=\${LOCALBASE}"
+ ;;
\"OpenLDAP1\")
echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap"
echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap"