Date: Wed, 1 Feb 2017 16:24:56 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433044 - head/lang/php70 Message-ID: <201702011624.v11GOu7K064798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Wed Feb 1 16:24:56 2017 New Revision: 433044 URL: https://svnweb.freebsd.org/changeset/ports/433044 Log: lang/php70: pet portlint by moving LIB_DEPENDS up PR: 216653 Submitted by: linimon Modified: head/lang/php70/Makefile Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Wed Feb 1 16:16:11 2017 (r433043) +++ head/lang/php70/Makefile Wed Feb 1 16:24:56 2017 (r433044) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702011624.v11GOu7K064798>