Regen WANTLIB here as well to unbreak.

This commit is contained in:
ajacoutot 2011-09-26 07:53:09 +00:00
parent ae519d25bc
commit 3d3a9c0c8d
2 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.94 2011/09/25 07:25:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.95 2011/09/26 07:53:09 ajacoutot Exp $
COMMENT= GNOME file manager
@ -16,6 +16,7 @@ COMMENT= GNOME file manager
GNOME_PROJECT= nautilus
GNOME_VERSION= 3.1.92
REVISION= 0
SHARED_LIBS += nautilus-extension 3.0 # 5.0
@ -29,14 +30,14 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 X11-xcb Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0
WANTLIB += c cairo cairo-gobject drm execinfo exempi exif expat
WANTLIB += c cairo cairo-gobject drm exempi exif expat
WANTLIB += fontconfig freetype gailutil-3 gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-desktop-3 gobject-2.0
WANTLIB += gthread-2.0 gtk-3 m notify pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += startup-notification-1 xcb xcb-aux xcb-render xcb-shm
WANTLIB += xcb xcb-render xcb-shm
WANTLIB += xml2 z ffi kvm
MODULES= devel/gettext \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.99 2011/09/20 21:10:01 jasper Exp $
# $OpenBSD: Makefile,v 1.100 2011/09/26 07:53:09 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,7 +7,7 @@ COMMENT= GNOME panel
GNOME_PROJECT= gnome-panel
GNOME_VERSION= 3.0.2
REVISION= 6
REVISION= 7
SHARED_LIBS= panel-applet-4 0.0 # 0.0
@ -33,8 +33,8 @@ WANTLIB += gtk-3 gweather-3 ical icalss icalvcal krb5 m nspr4
WANTLIB += nss3 nssutil3 pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 plc4 plds4 png pthread pthread-stubs
WANTLIB += rsvg-2 smime3 soup-2.4 soup-gnome-2.4 sqlite3 ssl3
WANTLIB += startup-notification-1 telepathy-glib wnck-3 xcb xcb-atom
WANTLIB += xcb-aux xcb-event xcb-render xcb-shm xml2 z
WANTLIB += startup-notification-1 telepathy-glib wnck-3 xcb
WANTLIB += xcb-aux xcb-render xcb-shm xml2 z X11-xcb ffi kvm
MODULES= devel/dconf \
devel/gconf2 \