diff options
author | bapt <bapt@FreeBSD.org> | 2012-09-29 03:10:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-09-29 03:10:04 +0800 |
commit | 34c1c2462141bbeda69de16df8870be0842c22be (patch) | |
tree | 240b6755e060c9f5b103885c153556e8bc270a54 /textproc | |
parent | b498ff0aa85c8f815fb6912c9d079f0308b17998 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |