summaryrefslogtreecommitdiff
path: root/lang/php72
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-12-07 16:04:50 +0000
committertaca <taca@pkgsrc.org>2018-12-07 16:04:50 +0000
commit389abd1919256c51e7cd96da45b110597146efe2 (patch)
treec223e9f2fa0da77334d7e1397a0817d1695d8ca5 /lang/php72
parentd96cb152d4415005d63afa3547ff2559fc36e8b6 (diff)
downloadpkgsrc-389abd1919256c51e7cd96da45b110597146efe2.tar.gz
lang/php7?: revert previous commit
Revert previous commit and unbreak lang/php7{0,1,2}. sqlite3 problem would be another way, after update current PHP versions.
Diffstat (limited to 'lang/php72')
-rw-r--r--lang/php72/Makefile.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/php72/Makefile.php b/lang/php72/Makefile.php
index d72db7677ab..a9cc26aa106 100644
--- a/lang/php72/Makefile.php
+++ b/lang/php72/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.9 2018/12/07 01:54:53 manu Exp $
+# $NetBSD: Makefile.php,v 1.10 2018/12/07 16:04:50 taca Exp $
# used by lang/php72/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -49,9 +49,6 @@ CONFIGURE_ARGS+= --enable-xml
CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX}
.include "../../textproc/libxml2/buildlink3.mk"
-CONFIGURE_ARGS+= --with-sqlite3=shared
-.include "../../databases/sqlite3/buildlink3.mk"
-
CONFIGURE_ARGS+= --with-pcre-regex=${BUILDLINK_PREFIX.pcre}
PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX}