From 45c2e8761adbe6d2a8f942741fe4f6499ae0ae6c Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Sat, 2 Jun 2001 15:39:13 +0000 Subject: Update to version 1.7.6. The big change here is that NLS is disabled until we get gettext 0.10.38 into the tree since this port now needs it for NLS support. --- irc/xchat-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'irc/xchat-devel/Makefile') diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile index 886f4f2fee3a..ab547e1cdb4b 100644 --- a/irc/xchat-devel/Makefile +++ b/irc/xchat-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchat -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.6 CATEGORIES= irc gnome MASTER_SITES= http://xchat.org/files/source/1.7/ \ http://xchat.linuxpower.org/files/source/1.7/ @@ -20,7 +20,7 @@ USE_PERL5= yes USE_IMLIB= yes WANT_GNOME= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-python +CONFIGURE_ARGS= --disable-python --disable-nls CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" -- cgit v1.2.3