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

Tobias Kortkamp tobik at FreeBSD.org
Thu Jan 31 18:08:32 UTC 2019


Author: tobik
Date: Thu Jan 31 18:08:31 2019
New Revision: 491746
URL: https://svnweb.freebsd.org/changeset/ports/491746

Log:
  editors/nvi-m17n: Only append to LIB_DEPENDS after bsd.port.pre.mk

Modified:
  head/editors/nvi-m17n/Makefile

Modified: head/editors/nvi-m17n/Makefile
==============================================================================
--- head/editors/nvi-m17n/Makefile	Thu Jan 31 17:59:50 2019	(r491745)
+++ head/editors/nvi-m17n/Makefile	Thu Jan 31 18:08:31 2019	(r491746)
@@ -101,7 +101,7 @@ CONFIGURE_ARGS+=	--enable-multibyte
 
 .if ${PORT_OPTIONS:MCANNA}
 CONFIGURE_ARGS+=	--enable-canna=${PREFIX}
-LIB_DEPENDS=	libcanna.so:japanese/canna-lib
+LIB_DEPENDS+=	libcanna.so:japanese/canna-lib
 .endif
 
 post-patch:


More information about the svn-ports-all mailing list