diff options
author | ale <ale@FreeBSD.org> | 2015-12-15 22:53:35 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2015-12-15 22:53:35 +0800 |
commit | 10f629bfc9024f8da8be843ea66d80dbffb6a900 (patch) | |
tree | feeca0ef161a682c7b923197c1ae2c215305dd1d /lang | |
parent | ae8848fb3f021a7361008c938ad6fcd302d2a5d7 (diff) | |
download | freebsd-ports-gnome-10f629bfc9024f8da8be843ea66d80dbffb6a900.tar.gz freebsd-ports-gnome-10f629bfc9024f8da8be843ea66d80dbffb6a900.tar.zst freebsd-ports-gnome-10f629bfc9024f8da8be843ea66d80dbffb6a900.zip |
Switch to onigurum5 port and bump PORTREVISION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php55/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php56/Makefile.ext | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 660c47d1e0fd..9d4e605e3ba7 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -533,7 +533,7 @@ LIB_DEPENDS+= libc-client4.so.9:${PORTSDIR}/mail/cclient .if ${PHP_MODNAME} == "mbstring" . if ${PORT_OPTIONS:MREGEX} -LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma4 +LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma5 CONFIGURE_ARGS+=--with-onig=${LOCALBASE} . else CONFIGURE_ARGS+=--disable-mbregex diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext index ebccd09874c5..cbf0d1d2c3dd 100644 --- a/lang/php55/Makefile.ext +++ b/lang/php55/Makefile.ext @@ -533,7 +533,7 @@ LIB_DEPENDS+= libc-client4.so.9:${PORTSDIR}/mail/cclient .if ${PHP_MODNAME} == "mbstring" . if ${PORT_OPTIONS:MREGEX} -LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma4 +LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma5 CONFIGURE_ARGS+=--with-onig=${LOCALBASE} . else CONFIGURE_ARGS+=--disable-mbregex diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index 8991791cdb18..ebaa9efa9243 100644 --- a/lang/php56/Makefile.ext +++ b/lang/php56/Makefile.ext @@ -536,7 +536,7 @@ LIB_DEPENDS+= libc-client4.so.9:${PORTSDIR}/mail/cclient .if ${PHP_MODNAME} == "mbstring" . if ${PORT_OPTIONS:MREGEX} -LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma4 +LIB_DEPENDS+= libonig.so:${PORTSDIR}/devel/oniguruma5 CONFIGURE_ARGS+=--with-onig=${LOCALBASE} . else CONFIGURE_ARGS+=--disable-mbregex |