diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-25 22:02:47 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-25 22:02:47 +0000 |
commit | afc88b6dac3a43a7ca58bdf7f32a1c4eaf467251 (patch) | |
tree | 3b978f9e3fdcae0f18ec3db98bfbe2f06e8fd286 /www/mod_php5 | |
parent | d1843671e6d967d3b51b56446910b50eb5798012 (diff) | |
download | ports-afc88b6dac3a43a7ca58bdf7f32a1c4eaf467251.tar.gz ports-afc88b6dac3a43a7ca58bdf7f32a1c4eaf467251.zip |
Notes
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 7bc5e91c696f..584c39fb57ca 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -22,6 +22,7 @@ MySQL "MySQL database support" ON \ PostgreSQL "PostgreSQL database support" OFF \ 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 \ OpenLDAP "OpenLDAP support" OFF \ SNMP "SNMP support" OFF \ @@ -133,6 +134,11 @@ while [ "$1" ]; do fi SYBASECT=1 ;; + \"Interbase\") + echo "LIB_DEPENDS+= gds.1:\${PORTSDIR}/databases/firebird" + echo "CONFIGURE_ARGS+=--with-interbase=\${PREFIX}/firebird" + LIBS="${LIBS} -L\${PREFIX}/firebird/lib" + ;; \"dBase\") echo "CONFIGURE_ARGS+=--with-dbase" ;; |