svn commit: r361815 - head/japanese/ng

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 14 18:53:01 UTC 2014


Author: bapt
Date: Mon Jul 14 18:53:00 2014
New Revision: 361815
URL: http://svnweb.freebsd.org/changeset/ports/361815
QAT: https://qat.redports.org/buildarchive/r361815/

Log:
  Modernize LIB_DEPENDS
  
  With hat:	portmgr

Modified:
  head/japanese/ng/Makefile

Modified: head/japanese/ng/Makefile
==============================================================================
--- head/japanese/ng/Makefile	Mon Jul 14 18:51:49 2014	(r361814)
+++ head/japanese/ng/Makefile	Mon Jul 14 18:53:00 2014	(r361815)
@@ -30,7 +30,7 @@ NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_CANNA)
-LIB_DEPENDS+=	canna.1:${PORTSDIR}/japanese/canna-lib
+LIB_DEPENDS+=	libcanna.so:${PORTSDIR}/japanese/canna-lib
 
 CFLAGS+=	-I${LOCALBASE}/include -DCANNA
 LIBS+=		-L${LOCALBASE}/lib -lcanna


More information about the svn-ports-all mailing list