diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-21 09:53:35 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-21 09:53:35 +0800 |
commit | 1f4dc4b4a9fe8d33cf56eb6a3df73059a8ebdd0d (patch) | |
tree | 4392eeeab112aa72d14fab39b83775160aa5383c /irc/xchat-gnome/Makefile | |
parent | d6d7292933be243001b03b7cce1bd6909e3fa8cb (diff) | |
download | freebsd-ports-gnome-1f4dc4b4a9fe8d33cf56eb6a3df73059a8ebdd0d.tar.gz freebsd-ports-gnome-1f4dc4b4a9fe8d33cf56eb6a3df73059a8ebdd0d.tar.zst freebsd-ports-gnome-1f4dc4b4a9fe8d33cf56eb6a3df73059a8ebdd0d.zip |
Update xchat to 0.9.9.
PR: 12314
Submitted by: maintainer
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r-- | irc/xchat-gnome/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 2283ec964aad..7dc3fdb1bd31 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 0.9.6 +# Version required: 0.9.9 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.11 1999/05/29 03:56:06 steve Exp $ +# $Id: Makefile,v 1.12 1999/06/08 23:41:54 steve Exp $ # -DISTNAME= xchat-0.9.6 +DISTNAME= xchat-0.9.9 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ http://www.ozemail.com.au/~peterzelezny/xchat/ \ @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome --disable-panel -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: strip ${PREFIX}/bin/xchat |