aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugins
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-26 15:10:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-26 15:10:57 +0000
commit9dbc02d2c5d8b2c2c499e0e86015bc9505c69318 (patch)
treea82894e443e00d2d1e62c361da23f99b943f1351 /devel/geany-plugins
parentab49cb5a84477145caac35e88ca5cfc76001c68f (diff)
downloadports-9dbc02d2c5d8b2c2c499e0e86015bc9505c69318.tar.gz
ports-9dbc02d2c5d8b2c2c499e0e86015bc9505c69318.zip
Notes
Diffstat (limited to 'devel/geany-plugins')
-rw-r--r--devel/geany-plugins/files/Makefile.common2
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