fix WANTLIB after gtk+2 downgrade
This commit is contained in:
parent
5d16a5b82e
commit
fba856fb70
@ -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/}
|
||||
|
Loading…
Reference in New Issue
Block a user