[Midnightbsd-cvs] mports [23243] trunk/lang/php71/Makefile.ext: fix some others

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 29 17:15:56 EDT 2018


Revision: 23243
          http://svnweb.midnightbsd.org/mports/?rev=23243
Author:   laffer1
Date:     2018-04-29 17:15:56 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
fix some others

Modified Paths:
--------------
    trunk/lang/php71/Makefile.ext

Modified: trunk/lang/php71/Makefile.ext
===================================================================
--- trunk/lang/php71/Makefile.ext	2018-04-29 21:14:21 UTC (rev 23242)
+++ trunk/lang/php71/Makefile.ext	2018-04-29 21:15:56 UTC (rev 23243)
@@ -294,7 +294,6 @@
 CONFIGURE_ARGS+=--enable-phar \
 		--with-pcre-dir=${LOCALBASE}
 
-USE_PHP=	hash:build
 #USE_PHP=       hash:build
 USE_PHP=        hash
 USE_PHP_BUILD=  yes
@@ -417,7 +416,9 @@
 
 USE_GNOME=	libxml2
 
-USE_PHP=	dom:build
+#USE_PHP=	dom:build
+USE_PHP=	dom
+USE_PHP_BUILD=  yes
 .endif
 
 .if ${PHP_MODNAME} == "xmlrpc"
@@ -430,7 +431,8 @@
 
 PHP_HEADER_DIRS=libxmlrpc
 
-USE_PHP=	xml:build
+USE_PHP=	xml
+USE_PHP_BUILD=  yes
 .endif
 
 .if ${PHP_MODNAME} == "xmlwriter"
@@ -444,7 +446,8 @@
 CONFIGURE_ARGS+=--with-xsl=${LOCALBASE}
 
 USE_GNOME=	libxslt
-USE_PHP=	dom:build xml:build
+USE_PHP=	dom xml
+USE_PHP_BUILD=  yes
 .endif
 
 .if ${PHP_MODNAME} == "zip"



More information about the Midnightbsd-cvs mailing list