diff options
Diffstat (limited to 'irc/xchat1/Makefile')
-rw-r--r-- | irc/xchat1/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 05b7a4f1e9fc..d82eec6963fc 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: xchat -# Version required: 0.5.1 +# Version required: 0.9.1 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.4 1998/12/08 21:25:17 sada Exp $ +# $Id: Makefile,v 1.5 1999/01/17 19:57:11 vanilla Exp $ # -DISTNAME= xchat-0.5.1 +DISTNAME= xchat-0.9.1 CATEGORIES= net 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= gnomeui.1:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gnome CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" .include <bsd.port.mk> |