1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

lang/php7[12]*: Add missing USES=gnome

Differential Revision:	https://reviews.freebsd.org/D22407
This commit is contained in:
Tobias Kortkamp 2019-11-24 17:25:15 +00:00
parent db62c4ef2d
commit 29197ab11d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518339
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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)