diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-18 03:57:11 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-18 03:57:11 +0800 |
commit | 6db2eb4cec29c7d08c9009d234032f8c3f08187c (patch) | |
tree | 81df1cd151fd20dacd3aef7edf11ddaaebc27802 /irc/xchat2 | |
parent | b6359f85370b73b7391615ca2d0cb282e961be9e (diff) | |
download | freebsd-ports-gnome-6db2eb4cec29c7d08c9009d234032f8c3f08187c.tar.gz freebsd-ports-gnome-6db2eb4cec29c7d08c9009d234032f8c3f08187c.tar.zst freebsd-ports-gnome-6db2eb4cec29c7d08c9009d234032f8c3f08187c.zip |
Upgrade to 0.5.1.
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 15 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 2 |
2 files changed, 9 insertions, 8 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 7ccac88e8968..05b7a4f1e9fc 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -1,23 +1,24 @@ # New ports collection makefile for: xchat -# Version required: 0.3.1 +# Version required: 0.5.1 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.3 1998/11/23 10:47:11 asami Exp $ +# $Id: Makefile,v 1.4 1998/12/08 21:25:17 sada Exp $ # -DISTNAME= xchat-0.3.1 +DISTNAME= xchat-0.5.1 CATEGORIES= net -MASTER_SITES= http://users.mentasm.com/~zed/xchat/files/old/ +MASTER_SITES= http://xchat.linuxpower.org/files/ \ + http://www.spyda.co.za/pub/linux/x11/irc/xchat/ \ + http://www.ozemail.com.au/~peterzelezny/xchat/ MAINTAINER= jim@phrantic.phear.net -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ - gnomeui.0:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnomeui.1:${PORTSDIR}/x11/gnomelibs USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" .include <bsd.port.mk> diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo index f6784e4a1142..6733913a3725 100644 --- a/irc/xchat2/distinfo +++ b/irc/xchat2/distinfo @@ -1 +1 @@ -MD5 (xchat-0.3.1.tar.gz) = f9f0ba9b62a7df783f94f869f3682426 +MD5 (xchat-0.5.1.tar.gz) = f03606c4e5512766ac6a10ccf4796756 |