mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
@ -25,6 +23,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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue