fix WANTLIB after gtk+2 downgrade
This commit is contained in:
parent
a60ef591ae
commit
849855689c
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2005/12/12 14:29:30 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2006/01/18 08:24:43 steven Exp $
|
||||
|
||||
COMMENT= "GTK+ 2.x engine based on Bluecurve"
|
||||
|
||||
VERSION= 0.6.2
|
||||
DISTNAME= clearlooks-${VERSION}
|
||||
PKGNAME= gtk2-clearlooks-engine-${VERSION}p1
|
||||
PKGNAME= gtk2-clearlooks-engine-${VERSION}p2
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://clearlooks.sourceforge.net/
|
||||
@ -20,9 +20,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clearlooks/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
WANTLIB= Xext Xrender freetype m X11 fontconfig z png \
|
||||
atk-1.0.0.0 cairo glitz gmodule-2.0.0.0 gobject-2.0.0.0 \
|
||||
glib-2.0.0.0 pango-1.0.0.0 pangoft2-1.0.0.0 pangocairo-1.0.0.0
|
||||
WANTLIB= Xext Xft Xrender freetype m X11 fontconfig \
|
||||
atk-1.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 glib-2.0.0.0 \
|
||||
pango-1.0.0.0 pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0
|
||||
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= gdk-x11-2.0.600.10,gdk_pixbuf-2.0.600.10,gtk-x11-2.0.600.10::x11/gtk+2
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2005/11/14 16:14:57 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2006/01/18 08:24:43 steven Exp $
|
||||
|
||||
COMMENT= "switch GTK+2 themes quickly"
|
||||
|
||||
DISTNAME= gtk-theme-switch-2.0.0rc2
|
||||
PKGNAME= ${DISTNAME:S/gtk/gtk2/}p0
|
||||
PKGNAME= ${DISTNAME:S/gtk/gtk2/}p1
|
||||
CATEGORIES= x11 graphics
|
||||
|
||||
HOMEPAGE= http://www.muhri.net/nav.php3?node=gts
|
||||
@ -13,9 +13,10 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= X11 atk-1.0.0.0 c cairo fontconfig freetype \
|
||||
WANTLIB= X11 Xext Xft Xrender atk-1.0.0.0 c fontconfig freetype \
|
||||
glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 m \
|
||||
pango-1.0.0.0 pangocairo-1.0.0.0 pangoft2-1.0.0.0
|
||||
pango-1.0.0.0 pangox-1.0.0.0 pangoft2-1.0.0.0 \
|
||||
pangoxft-1.0.0.0
|
||||
|
||||
MASTER_SITES= http://www.muhri.net/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user