svn commit: r518339 - in head/lang: php71 php72
Tobias Kortkamp
tobik at FreeBSD.org
Sun Nov 24 17:25:16 UTC 2019
Author: tobik
Date: Sun Nov 24 17:25:15 2019
New Revision: 518339
URL: https://svnweb.freebsd.org/changeset/ports/518339
Log:
lang/php7[12]*: Add missing USES=gnome
Differential Revision: https://reviews.freebsd.org/D22407
Modified:
head/lang/php71/Makefile
head/lang/php72/Makefile
Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile Sun Nov 24 17:19:12 2019 (r518338)
+++ head/lang/php71/Makefile Sun Nov 24 17:25:15 2019 (r518339)
@@ -13,7 +13,7 @@ COMMENT= PHP Scripting Language
LICENSE= PHP301
-USES+= tar:xz cpe
+USES+= cpe gnome tar:xz
CPE_PRODUCT= php
NO_OPTIONS_SORT=yes
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \
--with-libxml-dir=${LOCALBASE} \
--with-pcre-regex=${LOCALBASE} \
--program-prefix=""
-USES+= autoreconf:build gnome
+USES+= autoreconf:build
USE_GNOME= libxml2
# PR230207 Allow relocations against read-only segments (override lld default)
Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile Sun Nov 24 17:19:12 2019 (r518338)
+++ head/lang/php72/Makefile Sun Nov 24 17:25:15 2019 (r518339)
@@ -12,7 +12,7 @@ COMMENT= PHP Scripting Language
LICENSE= PHP301
-USES+= tar:xz cpe
+USES+= cpe gnome tar:xz
CPE_PRODUCT= php
NO_OPTIONS_SORT=yes
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \
--with-pcre-regex=${LOCALBASE} \
--with-password-argon2=${LOCALBASE} \
--program-prefix=""
-USES+= autoreconf:build gnome
+USES+= autoreconf:build
USE_GNOME= libxml2
# PR230207 Allow relocations against read-only segments (override lld default)
More information about the svn-ports-all
mailing list