diff options
Diffstat (limited to 'irc/xchat/Makefile')
-rw-r--r-- | irc/xchat/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 88e597e..f492997 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.1.0 +# Version required: 1.1.2 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.15 1999/06/30 17:26:14 cpiazza Exp $ +# $Id: Makefile,v 1.16 1999/07/05 02:30:54 cpiazza Exp $ # -DISTNAME= xchat-1.1.0 +DISTNAME= xchat-1.1.2 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gnome --disable-panel +CONFIGURE_ARGS= --disable-gnome --disable-panel --disable-nls CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: |