lang/php70 & lang/php71: revert moving of LIB_DEPENDS

The former commit should pet portlint, but accidently made
deve/pcre a LIB_DEPEND for all php modules.

Pointy hat: tz
This commit is contained in:
Torsten Zuehlsdorff 2017-02-03 10:20:03 +00:00
parent 10788e3de4
commit 24e76ab8f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433219
2 changed files with 4 additions and 4 deletions

View file

@ -13,8 +13,6 @@ COMMENT= PHP Scripting Language
LICENSE= PHP301 LICENSE= PHP301
LIB_DEPENDS= libpcre.so:devel/pcre
USES+= tar:xz cpe USES+= tar:xz cpe
CPE_PRODUCT= php CPE_PRODUCT= php
NO_OPTIONS_SORT=yes NO_OPTIONS_SORT=yes
@ -24,6 +22,8 @@ USE_AUTOTOOLS= autoconf
#USES+= autoreconf gmake #USES+= autoreconf gmake
#GNU_CONFIGURE= yes #GNU_CONFIGURE= yes
LIB_DEPENDS= libpcre.so:devel/pcre
CONFIGURE_ARGS+=--with-layout=GNU \ CONFIGURE_ARGS+=--with-layout=GNU \
--localstatedir=/var \ --localstatedir=/var \
--with-config-file-scan-dir=${PREFIX}/etc/php \ --with-config-file-scan-dir=${PREFIX}/etc/php \

View file

@ -13,8 +13,6 @@ COMMENT= PHP Scripting Language
LICENSE= PHP301 LICENSE= PHP301
LIB_DEPENDS= libpcre.so:devel/pcre
USES+= tar:xz cpe USES+= tar:xz cpe
CPE_PRODUCT= php CPE_PRODUCT= php
NO_OPTIONS_SORT=yes NO_OPTIONS_SORT=yes
@ -25,6 +23,8 @@ USE_AUTOTOOLS= autoconf
#USES+= autoreconf gmake #USES+= autoreconf gmake
#GNU_CONFIGURE= yes #GNU_CONFIGURE= yes
LIB_DEPENDS= libpcre.so:devel/pcre
CONFIGURE_ARGS+=--with-layout=GNU \ CONFIGURE_ARGS+=--with-layout=GNU \
--localstatedir=/var \ --localstatedir=/var \
--with-config-file-scan-dir=${PREFIX}/etc/php \ --with-config-file-scan-dir=${PREFIX}/etc/php \