diff options
Diffstat (limited to 'devel/geany-plugins/Makefile')
-rw-r--r-- | devel/geany-plugins/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/geany-plugins/Makefile b/devel/geany-plugins/Makefile index 691bb808c219..2a83a682cf9b 100644 --- a/devel/geany-plugins/Makefile +++ b/devel/geany-plugins/Makefile @@ -9,7 +9,6 @@ DISTFILES= # none MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugins (meta port) -.MAKE.FreeBSD_UL= yes NO_BUILD= yes NO_INSTALL= yes NO_MTREE= yes @@ -23,9 +22,9 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE} NO_OPTIONS_SORT= yes .for plugin in ${GEANY_PLUGINS_ALL} -OPTIONS_DEFINE+= ${plugin:U} -${plugin:U}_DESC= ${${plugin}_DESC} -${plugin:U}_RUN_DEPENDS= geany-plugin-${plugin}>=0:${PORTSDIR}/devel/geany-plugin-${plugin} +OPTIONS_DEFINE+= ${plugin:tu} +${plugin:tu}_DESC= ${${plugin}_DESC} +${plugin:tu}_RUN_DEPENDS= geany-plugin-${plugin}>=0:${PORTSDIR}/devel/geany-plugin-${plugin} .endfor NLS_RUN_DEPENDS= geany-plugins-l10n>=0:${PORTSDIR}/devel/geany-plugins-l10n |