add gdk_pixbuf-2.0 to WANTLIBS-gnome, bump gnome package.

OK ajacoutot@
This commit is contained in:
phessler 2009-10-13 09:13:25 +00:00
parent f3b336481e
commit 35b9dd64da

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2009/10/12 10:33:55 jasper Exp $
# $OpenBSD: Makefile,v 1.44 2009/10/13 09:13:25 phessler Exp $
COMMENT-main= GNOME Structured File library
COMMENT-gnome= GNOME specific extensions to libgsf
@ -7,7 +7,7 @@ GNOME_PROJECT= libgsf
GNOME_VERSION= 1.14.16
PKGNAME-main= ${DISTNAME}p0
PKGNAME-gnome= libgsf-gnome-${VERSION}p0
PKGNAME-gnome= libgsf-gnome-${VERSION}p1
CATEGORIES= devel
@ -65,6 +65,7 @@ LIB_DEPENDS-gnome= ${LIB_DEPENDS} \
WANTLIB-gnome= ${WANTLIB} crypto ssl ORBit-2 ORBitCosNaming-2 \
avahi-client avahi-common avahi-glib \
bonobo-activation gobject-2.0 gthread-2.0 util xml2 \
bz2 dbus-1 dbus-glib-1 glib-2.0 gmodule-2.0
bz2 dbus-1 dbus-glib-1 glib-2.0 gmodule-2.0 \
gdk_pixbuf-2.0
.include <bsd.port.mk>