Date: Thu, 23 Jan 2014 08:54:00 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340813 - head/devel/geany-plugins Message-ID: <201401230854.s0N8s0mj042693@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401230854.s0N8s0mj042693>