diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-05-25 22:48:30 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-05-25 22:48:30 +0000 |
commit | 255da4f9b36a3d78d0edfb96cd8dbea385a15d39 (patch) | |
tree | 573d11ef8ec9ef2998025d1b8a17805c8b602a87 /irc/xchat-gnome/Makefile | |
parent | Fix the DESCR file to actually be a DESCR and not half of one with an MD5 (diff) |
Enable NLS support. It works now!
Submitted by: cpiazza
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r-- | irc/xchat-gnome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 16d51211b86c..1a68264dc3b1 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -30,7 +30,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-nls --disable-python +CONFIGURE_ARGS= --disable-python .if defined(WITH_SOCKS) CONFIGURE_ARGS+= --enable-socks |