aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-02-02 00:35:43 +0800
committertz <tz@FreeBSD.org>2017-02-02 00:35:43 +0800
commitef7cb64098b4df61d33194433891d70314be17f2 (patch)
treeed0bd7c37eb8077dd85ecfd642352fb241429fa9
parent137fa8c903c618415e7a923bc453c5ea74af4fbd (diff)
downloadfreebsd-ports-gnome-ef7cb64098b4df61d33194433891d70314be17f2.tar.gz
freebsd-ports-gnome-ef7cb64098b4df61d33194433891d70314be17f2.tar.zst
freebsd-ports-gnome-ef7cb64098b4df61d33194433891d70314be17f2.zip
lang/php71: pet portlint by moving LIB_DEPENDS up
Convert the patch from lang/php70 to lang/php71 PR: 216653 Submitted by: linimon
-rw-r--r--lang/php71/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php71/Makefile b/lang/php71/Makefile
index 5cde382b5af6..3912aaba6974 100644
--- a/lang/php71/Makefile
+++ b/lang/php71/Makefile
@@ -13,6 +13,8 @@ COMMENT= PHP Scripting Language
LICENSE= PHP301
+LIB_DEPENDS= libpcre.so:devel/pcre
+
USES+= tar:xz cpe
CPE_PRODUCT= php
NO_OPTIONS_SORT=yes
@@ -23,8 +25,6 @@ USE_AUTOTOOLS= autoconf
#USES+= autoreconf gmake
#GNU_CONFIGURE= yes
-LIB_DEPENDS= libpcre.so:devel/pcre
-
CONFIGURE_ARGS+=--with-layout=GNU \
--localstatedir=/var \
--with-config-file-scan-dir=${PREFIX}/etc/php \