Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 08:47:22 +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: r340812 - head/devel/geany-plugins
Message-ID:  <201401230847.s0N8lMnk039363@svn.freebsd.org>

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



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