diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 22:37:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 22:37:26 +0000 |
commit | 8a6e8dcd4c080944d20a0da63e8aa3636cd6b40b (patch) | |
tree | e028117327ffb08c3f22cf568f0c8bf7926ed758 /editors | |
parent | da4a083e8b6dc5c9eee8423a7a79e6bc1b946bde (diff) | |
download | ports-8a6e8dcd4c080944d20a0da63e8aa3636cd6b40b.tar.gz ports-8a6e8dcd4c080944d20a0da63e8aa3636cd6b40b.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gummi/Makefile | 2 |
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 |