diff options
-rw-r--r-- | devel/libslang2/Makefile | 2 | ||||
-rw-r--r-- | lang/mosh/Makefile | 2 | ||||
-rw-r--r-- | lang/php56/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php70/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php71/Makefile.ext | 2 | ||||
-rw-r--r-- | mail/sylpheed/Makefile | 2 | ||||
-rw-r--r-- | textproc/jq/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/devel/libslang2/Makefile b/devel/libslang2/Makefile index 36e47195b913..9abfb7a692fb 100644 --- a/devel/libslang2/Makefile +++ b/devel/libslang2/Makefile @@ -42,7 +42,7 @@ PNG_CONFIGURE_WITH= png PNG_LIB_DEPENDS= libpng.so:graphics/png ICONV_USES= iconv ONIG_CONFIGURE_WITH= onig -ONIG_LIB_DEPENDS= libonig.so:devel/oniguruma6 +ONIG_LIB_DEPENDS= libonig.so:devel/oniguruma .include <bsd.port.pre.mk> 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 diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 5c899635f793..2ecba320ee17 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -75,7 +75,7 @@ JPILOT_CONFIGURE_ENABLE= jpilot LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= openldap=yes -ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma6 +ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma ONIGURUMA_CONFIGURE_ENABLE= oniguruma SSL_CONFIGURE_ENABLE= ssl diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile index e9e22faa457a..51f38f50878d 100644 --- a/textproc/jq/Makefile +++ b/textproc/jq/Makefile @@ -33,7 +33,7 @@ DOCS_MAKE_ARGS_OFF= docdir= DOCS_CONFIGURE_ENABLE= docs ONIGURUMA_DESC= With oniguruma BSDL regular expression library -ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma6 +ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma #ONIGURUMA_CONFIGURE_WITH=oniguruma=${LOCALBASE} # pending resolution of https://github.com/stedolan/jq/issues/1021, next line is the workaround ONIGURUMA_CONFIGURE_ON= --with-oniguruma=${LOCALBASE} |