Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 18:08:31 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491746 - head/editors/nvi-m17n
Message-ID:  <201901311808.x0VI8ViJ040332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901311808.x0VI8ViJ040332>