diff options
author | riggs <riggs@FreeBSD.org> | 2017-11-12 22:00:48 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2017-11-12 22:00:48 +0800 |
commit | ef3578a1abcd97770eff43586458731fdc3aa3bd (patch) | |
tree | a33e91f5925be10277b5df8cc00f858afb8acb1e /lang/php71 | |
parent | d2f29ac4f4365d07c562f58604f85a41e9de5709 (diff) | |
download | freebsd-ports-gnome-ef3578a1abcd97770eff43586458731fdc3aa3bd.tar.gz freebsd-ports-gnome-ef3578a1abcd97770eff43586458731fdc3aa3bd.tar.zst freebsd-ports-gnome-ef3578a1abcd97770eff43586458731fdc3aa3bd.zip |
Chase renaming of devel/oniguruma6 to devel/oniguruma
PR: 222869
Reported by: m.bueker@berlin.de
Diffstat (limited to 'lang/php71')
-rw-r--r-- | lang/php71/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php71/Makefile.ext b/lang/php71/Makefile.ext index 17323f4ec79a..fabe0694ef25 100644 --- a/lang/php71/Makefile.ext +++ b/lang/php71/Makefile.ext @@ -534,7 +534,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 |