diff options
Diffstat (limited to 'devel/geany-plugins/files/Makefile.common')
-rw-r--r-- | devel/geany-plugins/files/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/geany-plugins/files/Makefile.common b/devel/geany-plugins/files/Makefile.common index 6a1b5acad0a9..27d3ec383df5 100644 --- a/devel/geany-plugins/files/Makefile.common +++ b/devel/geany-plugins/files/Makefile.common @@ -43,7 +43,7 @@ DOCSDIR= share/doc/geany-plugins .if ${PORTNAME} != "geany-plugins-l10n" . if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext . else CONFIGURE_ARGS+= --disable-nls . endif |