aboutsummaryrefslogtreecommitdiff
path: root/textproc/aspell
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-09-28 19:10:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-09-28 19:10:04 +0000
commitf10302036b514b5c027f82435ae848469be68790 (patch)
tree240b6755e060c9f5b103885c153556e8bc270a54 /textproc/aspell
parentd0aee5723b25244a7b374212bfa574a56f66e192 (diff)
downloadports-f10302036b514b5c027f82435ae848469be68790.tar.gz
ports-f10302036b514b5c027f82435ae848469be68790.zip
Do not depend on gettext if NLS is off
PR: ports/172149 Submitted by: Gennady Proskurin <gpr@mail.ru>
Notes
Notes: svn path=/head/; revision=305008
Diffstat (limited to 'textproc/aspell')
-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