diff options
Diffstat (limited to 'irc/xchat1/Makefile')
-rw-r--r-- | irc/xchat1/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 9787aecf89d2..2283ec964aad 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 0.9.5 +# Version required: 0.9.6 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.10 1999/05/09 16:57:20 steve Exp $ +# $Id: Makefile,v 1.11 1999/05/29 03:56:06 steve Exp $ # -DISTNAME= xchat-0.9.5 +DISTNAME= xchat-0.9.6 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ http://www.ozemail.com.au/~peterzelezny/xchat/ \ @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gnome +CONFIGURE_ARGS= --disable-gnome --disable-panel CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: |