svn commit: r333212 - head/devel/libslang2
Renato Botelho
garga at FreeBSD.org
Fri Nov 8 12:34:18 UTC 2013
Author: garga
Date: Fri Nov 8 12:34:17 2013
New Revision: 333212
URL: http://svnweb.freebsd.org/changeset/ports/333212
Log:
Fix build with ONIG option enabled
Modified:
head/devel/libslang2/Makefile
Modified: head/devel/libslang2/Makefile
==============================================================================
--- head/devel/libslang2/Makefile Fri Nov 8 12:32:14 2013 (r333211)
+++ head/devel/libslang2/Makefile Fri Nov 8 12:34:17 2013 (r333212)
@@ -45,7 +45,7 @@ PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}
ICONV_CONFIGURE_WITH= iconv
ICONV_USES= iconv
ONIG_CONFIGURE_WITH= onig
-ONI_LIB_DEPENDS= libonig.so:${PORTSDIR}/devel/oniguruma4
+ONIG_LIB_DEPENDS= libonig.so:${PORTSDIR}/devel/oniguruma4
post-patch:
@${REINPLACE_CMD} -E 's,doc/slsh,doc/slang/v\@slang_major_version\@,' \
More information about the svn-ports-all
mailing list