diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-11-12 14:00:48 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-11-12 14:00:48 +0000 |
commit | dae8dbb3c7f92ce4e15269890b2aca60d4aa2fca (patch) | |
tree | a33e91f5925be10277b5df8cc00f858afb8acb1e /lang/php56 | |
parent | 4190bb163862d106c66f6339d92b9648a60fdd7c (diff) | |
download | ports-dae8dbb3c7f92ce4e15269890b2aca60d4aa2fca.tar.gz ports-dae8dbb3c7f92ce4e15269890b2aca60d4aa2fca.zip |
Notes
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index 2c52700dbb04..18918e255a6b 100644 --- a/lang/php56/Makefile.ext +++ b/lang/php56/Makefile.ext @@ -565,7 +565,7 @@ LIB_DEPENDS+= libc-client4.so.9:mail/cclient .if ${PHP_MODNAME} == "mbstring" . if ${PORT_OPTIONS:MREGEX} -LIB_DEPENDS+= libonig.so:devel/oniguruma6 +LIB_DEPENDS+= libonig.so:devel/oniguruma CONFIGURE_ARGS+=--with-onig=${LOCALBASE} . else CONFIGURE_ARGS+=--disable-mbregex |