From d7eca8e7ba32e6a11e9c098e5b6684a733be903f Mon Sep 17 00:00:00 2001 From: steven Date: Tue, 17 Jan 2006 12:40:29 +0000 Subject: [PATCH] fix WANTLIB after gtk+2 downgrade, add other missing libs in there too. --- www/gtkhtml3/Makefile | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 5593ec82f3c..7f7d0cb3cb9 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2005/12/31 14:35:36 sturm Exp $ +# $OpenBSD: Makefile,v 1.4 2006/01/17 12:40:29 steven Exp $ COMMENT= "lightweight HTML rendering/printing/editing engine" VERSION= 3.6.2 DISTNAME= gtkhtml-${VERSION} -PKGNAME= gtkhtml3-${VERSION}p1 +PKGNAME= gtkhtml3-${VERSION}p2 CATEGORIES= www SHARED_LIBS= gtkhtml-${API_VERSION} 18.2 MODGNU_SHARED_LIBS= gtkhtml-${API_VERSION} '' @@ -18,15 +18,17 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= ICE SM X11 \ - fontconfig freetype m z \ - ORBit-2 art_lgpl_2 atk-1.0.0.0 gconf-2 glade-2.0.0.4 \ - 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.600.0 pangoft2-1.0.600.0 pangocairo-1.0.1000.0 \ +WANTLIB= ICE SM X11 Xext Xft Xrender fontconfig freetype m z \ + ssl crypto \ + ORBit-2 ORBitCosNaming-2.0 audiofile esd jpeg \ + art_lgpl_2 atk-1.0.0.0 gconf-2 glade-2.0.0.4 \ + gnome-keyring bonobo-2 bonobo-activation bonoboui-2 \ + pango-1.0.600.0 pangoft2-1.0.600.0 pangox-1.0.600.0 \ + pangoxft-1.0.600.0 glib-2.0.0.0 gmodule-2.0.0.0 \ + gobject-2.0.0.0 gthread-2.0.0.0 \ gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 gtk-x11-2.0.0.0 \ - gnome-2.800.0 gnomecanvas-2.800.0 gnomeprint-2-2.1.0 gnomevfs-2.800.2 \ - popt xml2 cairo + gnome-2.800.0 gnomecanvas-2.800.0 gnomeprint-2-2.1.0 \ + gnomevfs-2.800.2 popt xml2 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/3.6/} EXTRACT_SUFX= .tar.bz2