diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-08 06:08:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-08 06:08:13 +0000 |
commit | 1da70b637448fa0ee566be858702c4ea2d777772 (patch) | |
tree | 2d50145d348a42f072d4c4d45fdf41a5a4e60133 /net-im | |
parent | - update to 1.4.3.4 (diff) |
- disable NLS when option WITHOUT_NLS is set
Submitted by: Igor Sysoev
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 5dc65a6a74a3..6a70068946f0 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -46,6 +46,7 @@ CONFIGURE_ARGS+=--with-openssl-lib=${OPENSSLLIB} .endif .if defined(WITHOUT_NLS) +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else PLIST_SUB+= NLS="" |