diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-07-28 14:09:37 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-07-28 14:09:37 +0000 |
commit | 71f1f0c7136129db0f8c131e43f126f485a7e21b (patch) | |
tree | 89d54df2ac9321b2537642e420066b5bb5fdf6cc /comms | |
parent | a7ed4115206604d4bebe57d41df8357bba9769ac (diff) | |
download | FreeBSD-ports-71f1f0c7136129db0f8c131e43f126f485a7e21b.zip FreeBSD-ports-71f1f0c7136129db0f8c131e43f126f485a7e21b.tar.gz |
- force WITHOUT_NLS
PR: 137123
Submitted by: Helge Oldach
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 5061608..3e93ca1 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -90,6 +90,7 @@ SUID_EXES= ${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \ USE_GETTEXT= yes PLIST_SUB+= WITH_NLS="" .else +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= WITH_NLS="@comment " .endif |