diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-12-24 11:13:29 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-12-24 11:13:29 +0000 |
commit | 11e1c475406bf0c2e9195c54111ba93fe37541f6 (patch) | |
tree | 06e6571557770273a7fe3f87add7506f4d465d8e /www/mod_php3 | |
parent | 0df58d2377652da3c7dcd021d38cae0741b8a3fb (diff) |
Notes
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 4e58a97caf8a..6bdb59bf297c 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -20,7 +20,6 @@ pdflib "pdflib support (implies zlib)" OFF \ IMAP "IMAP support" OFF \ MySQL "MySQL database support" ON \ PostgreSQL "PostgreSQL database support" OFF \ -mSQL "mSQL database support" OFF \ SybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \ SybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \ dBase "dBase database support" OFF \ @@ -99,10 +98,6 @@ while [ "$1" ]; do echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" echo "CONFIGURE_ARGS+=--with-pgsql=\${PREFIX}/pgsql" ;; - \"mSQL\") - echo "BUILD_DEPENDS+= msql:\${PORTSDIR}/databases/msql" - echo "CONFIGURE_ARGS+=--with-msql=\${PREFIX}" - ;; \"SybaseDB\") echo "LIB_DEPENDS+= sybdb.0:\${PORTSDIR}/databases/freetds" echo "CONFIGURE_ARGS+=--with-sybase=\${PREFIX}" |