Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2019 17:25:16 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518339 - in head/lang: php71 php72
Message-ID:  <201911241725.xAOHPG0e025180@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911241725.xAOHPG0e025180>