summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2005-01-04 13:50:00 +0000
committermanu <manu@pkgsrc.org>2005-01-04 13:50:00 +0000
commit11ef7f33c412e591d585ba021a70659d8f2fc0ad (patch)
treef06400939865483a4663995a430bdfdf1c3e1d1f /lang/php5
parent911f55aff764f04bfe0da49405b883d07604f6cf (diff)
downloadpkgsrc-11ef7f33c412e591d585ba021a70659d8f2fc0ad.tar.gz
Enable SQLite
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile4
-rw-r--r--lang/php5/Makefile.php4
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