diff options
author | manu <manu@pkgsrc.org> | 2005-01-04 13:50:00 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2005-01-04 13:50:00 +0000 |
commit | a6922945633b651cbabc426cf2f61005640fbfc4 (patch) | |
tree | f06400939865483a4663995a430bdfdf1c3e1d1f | |
parent | 3252a6e6065bcab40d08575c9c5f3a19d632e12e (diff) | |
download | pkgsrc-a6922945633b651cbabc426cf2f61005640fbfc4.tar.gz |
Enable SQLite
-rw-r--r-- | lang/php5/Makefile | 4 | ||||
-rw-r--r-- | lang/php5/Makefile.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 7479d817552..02a6cfaa378 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/12/18 16:23:04 jdolecek Exp $ +# $NetBSD: Makefile,v 1.9 2005/01/04 13:50:00 manu Exp $ # PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= # empty +PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php index ca7378e98c7..47da643359b 100644 --- a/lang/php5/Makefile.php +++ b/lang/php5/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.3 2004/12/27 20:20:23 jdolecek Exp $ +# $NetBSD: Makefile.php,v 1.4 2005/01/04 13:50:00 manu Exp $ # .include "../../lang/php5/Makefile.common" @@ -19,9 +19,9 @@ PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} CONFIGURE_ARGS+= --with-config-file-path=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-regex=system +CONFIGURE_ARGS+= --with-sqlite CONFIGURE_ARGS+= --without-mysql -CONFIGURE_ARGS+= --without-sqlite CONFIGURE_ARGS+= --without-iconv CONFIGURE_ARGS+= --enable-discard-path |