diff options
author | makc <makc@FreeBSD.org> | 2014-01-23 16:47:22 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-01-23 16:47:22 +0800 |
commit | 3051b47ed6517653c2175ed729cf95b56cd19d13 (patch) | |
tree | f5f8ab10ef562a2eb188ec733a51f8e05b858925 /devel | |
parent | 885bfabc924a3e1bfa18d4cd85245cbd13ab820b (diff) | |
download | freebsd-ports-gnome-3051b47ed6517653c2175ed729cf95b56cd19d13.tar.gz freebsd-ports-gnome-3051b47ed6517653c2175ed729cf95b56cd19d13.tar.zst freebsd-ports-gnome-3051b47ed6517653c2175ed729cf95b56cd19d13.zip |
Use options helpers
Diffstat (limited to 'devel')
-rw-r--r-- | devel/geany-plugins/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/devel/geany-plugins/Makefile b/devel/geany-plugins/Makefile index d22c371d8fe5..b452842778bb 100644 --- a/devel/geany-plugins/Makefile +++ b/devel/geany-plugins/Makefile @@ -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> |