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/xchat-gnome/Makefile | |
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/xchat-gnome/Makefile')
-rw-r--r-- | irc/xchat-gnome/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 7ccac88e8968..05b7a4f1e9fc 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/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> |