diff options
author | jim <jim@FreeBSD.org> | 2000-05-25 22:48:30 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-05-25 22:48:30 +0000 |
commit | 866dfdb5466896629d698331f9f237cb03ab1750 (patch) | |
tree | 0ad5c700e643ce24fde2571f82fb542738ccc37d /irc/xchat-gnome/Makefile | |
parent | a9a3045c86071a37790785e9e4812bc9483f36c9 (diff) | |
download | FreeBSD-ports-866dfdb5466896629d698331f9f237cb03ab1750.zip FreeBSD-ports-866dfdb5466896629d698331f9f237cb03ab1750.tar.gz |
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 16d5121..1a68264 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 |