aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-02-02 00:24:56 +0800
committertz <tz@FreeBSD.org>2017-02-02 00:24:56 +0800
commitc0a2853ea2d8713473ad6659c337914726231bbe (patch)
treeecc85bfdd2bb4ac1a8dc6a1ab5d76d4d394e02b1 /lang
parentda818c685aa759b09e25e31410c408356f7e5359 (diff)
downloadfreebsd-ports-gnome-c0a2853ea2d8713473ad6659c337914726231bbe.tar.gz
freebsd-ports-gnome-c0a2853ea2d8713473ad6659c337914726231bbe.tar.zst
freebsd-ports-gnome-c0a2853ea2d8713473ad6659c337914726231bbe.zip
lang/php70: pet portlint by moving LIB_DEPENDS up
PR: 216653 Submitted by: linimon
Diffstat (limited to 'lang')
-rw-r--r--lang/php70/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile
index 1318ad71acb4..0c5f7337c047 100644
--- a/lang/php70/Makefile
+++ b/lang/php70/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
@@ -22,8 +24,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 \