aboutsummaryrefslogtreecommitdiff
path: root/net-im/licq
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-11-08 06:08:13 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-11-08 06:08:13 +0000
commit1da70b637448fa0ee566be858702c4ea2d777772 (patch)
tree2d50145d348a42f072d4c4d45fdf41a5a4e60133 /net-im/licq
parent9a9d970a4e901e36e11eef08c0886c73a01b2fe1 (diff)
downloadports-1da70b637448fa0ee566be858702c4ea2d777772.tar.gz
ports-1da70b637448fa0ee566be858702c4ea2d777772.zip
- disable NLS when option WITHOUT_NLS is set
Submitted by: Igor Sysoev
Notes
Notes: svn path=/head/; revision=176796
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/Makefile1
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=""