From fba856fb705981b612b004175bf52253c181900c Mon Sep 17 00:00:00 2001 From: steven Date: Mon, 16 Jan 2006 17:28:00 +0000 Subject: [PATCH] fix WANTLIB after gtk+2 downgrade --- net/xchat/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/xchat/Makefile b/net/xchat/Makefile index adba02f1a51..00d1d5aaff7 100644 --- a/net/xchat/Makefile +++ b/net/xchat/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.50 2005/11/15 16:29:57 wilfried Exp $ +# $OpenBSD: Makefile,v 1.51 2006/01/16 17:28:00 steven Exp $ COMMENT= "GTK+2 IRC client" MAJOR= 2.4 VERSION= ${MAJOR}.5 DISTNAME= xchat-${VERSION} -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= net x11 HOMEPAGE= http://www.xchat.org/ @@ -16,10 +16,10 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= X11 Xext Xrender atk-1.0.0.0 c cairo crypto \ - fontconfig freetype glib-2.0.0.0 glitz gmodule-2.0.0.0 \ +WANTLIB= X11 Xext Xft Xrender atk-1.0.0.0 c crypto \ + fontconfig freetype glib-2.0.0.0 gmodule-2.0.0.0 \ gobject-2.0.0.0 m pango-1.0.0.0 pangoft2-1.0.0.0 \ - pangocairo-1.0.0.0 png ssl z + pangox-1.0.0.0 pangoxft-1.0.0.0 ssl MASTER_SITES= ${HOMEPAGE}files/source/2.4/ MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=xchat/}