[Midnightbsd-cvs] mports [24140] trunk/lang/php56/Makefile.ext: use newer onigurma

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 3 13:32:14 EDT 2018


Revision: 24140
          http://svnweb.midnightbsd.org/mports/?rev=24140
Author:   laffer1
Date:     2018-09-03 13:32:14 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
use newer onigurma

Modified Paths:
--------------
    trunk/lang/php56/Makefile.ext

Modified: trunk/lang/php56/Makefile.ext
===================================================================
--- trunk/lang/php56/Makefile.ext	2018-09-03 17:31:53 UTC (rev 24139)
+++ trunk/lang/php56/Makefile.ext	2018-09-03 17:32:14 UTC (rev 24140)
@@ -541,7 +541,7 @@
 
 .if ${PHP_MODNAME} == "mbstring"
 .	if ${PORT_OPTIONS:MREGEX}
-LIB_DEPENDS+=	libonig.so:${PORTSDIR}/devel/oniguruma5
+LIB_DEPENDS+=	libonig.so:${PORTSDIR}/devel/oniguruma
 CONFIGURE_ARGS+=--with-onig=${LOCALBASE}
 .	else
 CONFIGURE_ARGS+=--disable-mbregex



More information about the Midnightbsd-cvs mailing list