summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2005-04-08 20:58:49 +0000
committerjdolecek <jdolecek>2005-04-08 20:58:49 +0000
commitcf350dd41bb55184d32431616402c586ef7f47cd (patch)
treed3332419b6bd87b00b6c44ae03fcead3b8aea32e /lang
parent4c67278b328f711993105b817dfc020e31d85a51 (diff)
downloadpkgsrc-cf350dd41bb55184d32431616402c586ef7f47cd.tar.gz
disable sqlite extension again - there is databases/php5-sqlite for this
purpose
Diffstat (limited to 'lang')
-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 02a6cfaa378..ff539b836b5 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2005/01/04 13:50:00 manu Exp $
+# $NetBSD: Makefile,v 1.10 2005/04/08 20:58:49 jdolecek Exp $
#
PKGNAME= php-${PHP_BASE_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
HOMEPAGE= http://www.php.net/
diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php
index 47da643359b..f7d6f1f7a5f 100644
--- a/lang/php5/Makefile.php
+++ b/lang/php5/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.4 2005/01/04 13:50:00 manu Exp $
+# $NetBSD: Makefile.php,v 1.5 2005/04/08 20:58:49 jdolecek 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