summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-29 22:37:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-29 22:37:26 +0000
commit8a6e8dcd4c080944d20a0da63e8aa3636cd6b40b (patch)
treee028117327ffb08c3f22cf568f0c8bf7926ed758 /editors
parentFix dependency on gettext (diff)
Fix dependency on gettext
Notes
Notes: svn path=/head/; revision=323932
Diffstat (limited to 'editors')
-rw-r--r--editors/gummi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile
index c6a9d13cb2d4..ba1cfea25507 100644
--- a/editors/gummi/Makefile
+++ b/editors/gummi/Makefile
@@ -35,7 +35,7 @@ TEXCOUNT_DESC= With texcount statistics
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB+= NLS=""
.else