svn commit: r340813 - head/devel/geany-plugins

Max Brazhnikov makc at FreeBSD.org
Thu Jan 23 08:54:01 UTC 2014


Author: makc
Date: Thu Jan 23 08:54:00 2014
New Revision: 340813
URL: http://svnweb.freebsd.org/changeset/ports/340813
QAT: https://qat.redports.org/buildarchive/r340813/

Log:
  Convert NLS option as well

Modified:
  head/devel/geany-plugins/Makefile

Modified: head/devel/geany-plugins/Makefile
==============================================================================
--- head/devel/geany-plugins/Makefile	Thu Jan 23 08:47:22 2014	(r340812)
+++ head/devel/geany-plugins/Makefile	Thu Jan 23 08:54:00 2014	(r340813)
@@ -28,6 +28,6 @@ ${plugin:U}_DESC=	${${plugin}_DESC}
 ${plugin:U}_RUN_DEPENDS=	geany-plugin-${plugin}>=0:${PORTSDIR}/devel/geany-plugin-${plugin}
 .endfor
 
-NLS_DEP=		geany-plugins-l10n>=0:${PORTSDIR}/devel/geany-plugins-l10n
+NLS_RUN_DEPENDS=	geany-plugins-l10n>=0:${PORTSDIR}/devel/geany-plugins-l10n
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list