aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-09-29 03:10:04 +0800
committerbapt <bapt@FreeBSD.org>2012-09-29 03:10:04 +0800
commit34c1c2462141bbeda69de16df8870be0842c22be (patch)
tree240b6755e060c9f5b103885c153556e8bc270a54 /textproc
parentb498ff0aa85c8f815fb6912c9d079f0308b17998 (diff)
downloadfreebsd-ports-gnome-34c1c2462141bbeda69de16df8870be0842c22be.tar.gz
freebsd-ports-gnome-34c1c2462141bbeda69de16df8870be0842c22be.tar.zst
freebsd-ports-gnome-34c1c2462141bbeda69de16df8870be0842c22be.zip
Do not depend on gettext if NLS is off
PR: ports/172149 Submitted by: Gennady Proskurin <gpr@mail.ru>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/aspell/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
index 43c7a0c7d643..50aeb4137667 100644
--- a/textproc/aspell/Makefile
+++ b/textproc/aspell/Makefile
@@ -39,7 +39,6 @@ SUB_LIST= VERINST=${VERINST}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
-USE_GETTEXT= yes
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif