diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-02-03 10:20:03 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-02-03 10:20:03 +0000 |
commit | 24e76ab8f9b1545138fdb1f7eff36f85c3e76a37 (patch) | |
tree | b10665e560bfd8e07af015973e788fc72e091c40 /lang/php70 | |
parent | 10788e3de4f08f9592a758e00ac14f9eb5aecfea (diff) |
Notes
Diffstat (limited to 'lang/php70')
-rw-r--r-- | lang/php70/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile index 0c5f7337c047..1318ad71acb4 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -13,8 +13,6 @@ COMMENT= PHP Scripting Language LICENSE= PHP301 -LIB_DEPENDS= libpcre.so:devel/pcre - USES+= tar:xz cpe CPE_PRODUCT= php NO_OPTIONS_SORT=yes @@ -24,6 +22,8 @@ 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 \ |