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

Max Brazhnikov makc at FreeBSD.org
Thu Jan 23 08:47:22 UTC 2014


Author: makc
Date: Thu Jan 23 08:47:22 2014
New Revision: 340812
URL: http://svnweb.freebsd.org/changeset/ports/340812
QAT: https://qat.redports.org/buildarchive/r340812/

Log:
  Use options helpers

Modified:
  head/devel/geany-plugins/Makefile

Modified: head/devel/geany-plugins/Makefile
==============================================================================
--- head/devel/geany-plugins/Makefile	Thu Jan 23 08:44:18 2014	(r340811)
+++ head/devel/geany-plugins/Makefile	Thu Jan 23 08:47:22 2014	(r340812)
@@ -25,17 +25,9 @@ NO_OPTIONS_SORT=	yes
 .for plugin in ${GEANY_PLUGINS_ALL}
 OPTIONS_DEFINE+=	${plugin:U}
 ${plugin:U}_DESC=	${${plugin}_DESC}
-${plugin:U}_DEP=	geany-plugin-${plugin}>=0:${PORTSDIR}/devel/geany-plugin-${plugin}
+${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
 
-.include <bsd.port.options.mk>
-
-.for opt in ${OPTIONS_DEFINE}
-. if ${PORT_OPTIONS:M${opt}}
-RUN_DEPENDS+=	${${opt}_DEP}
-. endif
-.endfor
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list