diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-09-10 16:37:43 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-09-10 16:37:43 +0000 |
commit | b1d4f89a4ebfbdf4b8527d6a3da91912eaed49dc (patch) | |
tree | 095e432dcf24a9992274f165b68f2483f8de0ebd /lang/php53 | |
parent | 5ffedf9e66400af855eac997ae77327ff44be9c2 (diff) | |
download | ports-b1d4f89a4ebfbdf4b8527d6a3da91912eaed49dc.tar.gz ports-b1d4f89a4ebfbdf4b8527d6a3da91912eaed49dc.zip |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 49b14689829d..41148c443970 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -49,6 +49,7 @@ CONFIGURE_ARGS+=--enable-dba OPTIONS= CDB "cdb database support" on \ DB4 "Berkeley DB4 support" off \ GDBM "GDBM database support" off \ + QDBM "QDBM database support" off \ INIFILE "INI file support" on \ FLATFILE "flatfile support" on @@ -433,6 +434,11 @@ LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm CONFIGURE_ARGS+=--with-gdbm=${LOCALBASE} . endif +. if defined(WITH_QDBM) +LIB_DEPENDS+= qdbm.14:${PORTSDIR}/databases/qdbm + +CONFIGURE_ARGS+=--with-qdbm=${LOCALBASE} +. endif . if defined(WITHOUT_INIFILE) CONFIGURE_ARGS+=--without-inifile . endif |