fix WANTLIB after gtk+2 downgrade

This commit is contained in:
steven 2006-01-18 05:40:33 +00:00
parent cc12effce5
commit e0612ac326
3 changed files with 18 additions and 16 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2005/11/15 19:55:11 wilfried Exp $
# $OpenBSD: Makefile,v 1.6 2006/01/18 05:40:33 steven Exp $
COMMENT= "a Gnome/Bonobo component for spell checking"
VERSION= 1.0.6
DISTNAME= gnome-spell-${VERSION}
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= textproc
HOMEPAGE= http://www.gnome.org/
@ -16,12 +16,13 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 \
WANTLIB= ICE SM X11 Xext Xft Xrender \
fontconfig freetype m stdc++ z popt xml2 \
ORBit-2 art_lgpl_2 atk-1.0.0.0 cairo gconf-2 \
ORBit-2 art_lgpl_2 atk-1.0.0.0 gconf-2 \
bonobo-2 bonobo-activation bonoboui-2 \
glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 gthread-2.0.0.0 \
pango-1.0.0.0 pangoft2-1.0.0.0 pangocairo-1.0.0.0 \
pango-1.0.0.0 pangoft2-1.0.0.0 pangox-1.0.0.0 \
pangoxft-1.0.0.0 \
gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 gtk-x11-2.0.0.0 \
glade-2.0.0.0 gnome-2 gnomecanvas-2 gnomevfs-2

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2005/12/07 10:51:40 bernd Exp $
# $OpenBSD: Makefile,v 1.13 2006/01/18 05:40:33 steven Exp $
COMMENT= "PDF viewer for GNOME"
DISTNAME= gpdf-2.8.1
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
CATEGORIES= textproc x11/gnome
HOMEPAGE= http://www.inf.tu-dresden.de/~mk793652/gpdf/
@ -14,12 +14,12 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB=gmodule-2.0.0.0 gtk-x11-2.0.0.0 gobject-2.0.0.0 \
art_lgpl_2 fontconfig gconf-2 gnomecanvas-2 pthread ICE \
glib-2.0.0.0 pango-1.0.0.0 c cairo popt SM \
art_lgpl_2 fontconfig gconf-2 gnomecanvas-2 pthread ICE Xrender \
glib-2.0.0.0 pango-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 c popt SM \
pangoft2-1.0.0.0 gnomevfs-2 ORBit-2 z gnome-2 glade-2.0.0.0 \
gthread-2.0.0.0 xml2 gnomeprint-2-2 X11 atk-1.0.0.0 stdc++ \
gthread-2.0.0.0 xml2 gnomeprint-2-2 X11 Xext Xft atk-1.0.0.0 stdc++ \
freetype gdk-x11-2.0.0.0 bonobo-activation bonobo-2 m bonoboui-2 \
gdk_pixbuf-2.0.0.0 pangocairo-1.0.0.0
gdk_pixbuf-2.0.0.0
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gpdf/2.8/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.15 2006/01/07 10:17:12 steven Exp $
# $OpenBSD: Makefile,v 1.16 2006/01/18 05:40:33 steven Exp $
COMMENT= "gtk2 spelling checker"
DISTNAME= gtkspell-2.0.5
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
SHARED_LIBS= gtkspell 0.0
CATEGORIES= textproc x11
MASTER_SITES= ${HOMEPAGE}download/
@ -16,9 +16,10 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= X11 atk-1.0.0.0 cairo 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
WANTLIB= X11 Xext Xft Xrender fontconfig freetype m \
atk-1.0.0.0 glib-2.0.0.0 gmodule-2.0.0.0 \
gobject-2.0.0.0 pango-1.0.0.0 pangox-1.0.0.0 \
pangoxft-1.0.0.0 pangoft2-1.0.0.0
USE_X11= Yes