svn commit: r363212 - head/editors/nvi-m17n

Adam Weinberger adamw at FreeBSD.org
Mon Jul 28 18:09:24 UTC 2014


Author: adamw
Date: Mon Jul 28 18:09:24 2014
New Revision: 363212
URL: http://svnweb.freebsd.org/changeset/ports/363212
QAT: https://qat.redports.org/buildarchive/r363212/

Log:
  Fix CANNA option.

Modified:
  head/editors/nvi-m17n/Makefile

Modified: head/editors/nvi-m17n/Makefile
==============================================================================
--- head/editors/nvi-m17n/Makefile	Mon Jul 28 18:08:48 2014	(r363211)
+++ head/editors/nvi-m17n/Makefile	Mon Jul 28 18:09:24 2014	(r363212)
@@ -99,7 +99,7 @@ CONFIGURE_ARGS+=	--enable-multibyte
 
 .if ${PORT_OPTIONS:MCANNA}
 CONFIGURE_ARGS+=	--enable-canna=${PREFIX}
-LIB_DEPEND=	canna.1:${PORTSDIR}/japanese/Canna
+LIB_DEPENDS=	libcanna.so:${PORTSDIR}/japanese/canna-lib
 .endif
 
 post-patch:


More information about the svn-ports-head mailing list