summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-03-08 07:32:27 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-03-08 07:32:27 +0000
commit10999ff2346a762bdc4bf42077535132a6e18150 (patch)
tree03f115799a3020b024ce2859578dbb2b5233c454 /lang/php53
parentUpdate to 0.94.3 release. (diff)
Add spl dependency to pdo, mysqli and sqlite extensions.
Notes
Notes: svn path=/head/; revision=186881
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.ext9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 7974a05a8164..ef351bb664cb 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -65,6 +65,9 @@ CONFIGURE_ARGS+=--enable-dom \
--with-libxml-dir=${LOCALBASE}
USE_GNOME= libxml2
+
+USE_PHP= spl
+USE_PHP_BUILD= yes
.endif
.if ${PHP_MODNAME} == "exif"
@@ -198,6 +201,9 @@ CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config
USE_MYSQL= yes
DEFAULT_MYSQL_VER= 41
BROKEN_WITH_MYSQL= 323 40
+
+USE_PHP= spl
+USE_PHP_BUILD= yes
.endif
.if ${PHP_MODNAME} == "ncurses"
@@ -395,6 +401,9 @@ USE_PHP= session
USE_PHP_BUILD= yes
PHP_HEADER_DIRS=libsqlite/src
+USE_PHP= spl
+USE_PHP_BUILD= yes
+
OPTIONS= UTF8 "Enable UTF-8 support" off
.endif