summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/mosh/Makefile2
-rw-r--r--lang/php56/Makefile.ext2
-rw-r--r--lang/php70/Makefile.ext2
-rw-r--r--lang/php71/Makefile.ext2
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile
index 2febaf18602d..b517aa848dab 100644
--- a/lang/mosh/Makefile
+++ b/lang/mosh/Makefile
@@ -14,7 +14,7 @@ COMMENT= Fast R6RS Scheme interpreter
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libgmp.so:math/gmp \
- libonig.so:devel/oniguruma6
+ libonig.so:devel/oniguruma
BROKEN_armv6= fails to link: os_dep.c: undefined reference to '__stack_base__'
BROKEN_mips64= fails to compile: os_dep.c: redefinition of 'GC_register_dynamic_libraries'
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
diff --git a/lang/php70/Makefile.ext b/lang/php70/Makefile.ext
index d6fea33caf95..ee5ca6692d4d 100644
--- a/lang/php70/Makefile.ext
+++ b/lang/php70/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
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