From 29197ab11da81e49d4e4ce4af602a81432f84999 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sun, 24 Nov 2019 17:25:15 +0000 Subject: [PATCH] lang/php7[12]*: Add missing USES=gnome Differential Revision: https://reviews.freebsd.org/D22407 --- lang/php71/Makefile | 4 ++-- lang/php72/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php71/Makefile b/lang/php71/Makefile index e09484f66676..e44ca93ad707 100644 --- a/lang/php71/Makefile +++ b/lang/php71/Makefile @@ -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) diff --git a/lang/php72/Makefile b/lang/php72/Makefile index 001b394999bc..c7fe53f8cd9f 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -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)