From ea46f2dfdd56afc53c16f19fcac299e1a78b971d Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 3 Jun 2011 15:40:12 +0000 Subject: [PATCH] No need to depend on py-gnome, py-gtk2 is enough. from dcoppa@ --- x11/gnome/desktop/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/gnome/desktop/Makefile b/x11/gnome/desktop/Makefile index 803ef4a2df7..1b9f340d3a2 100644 --- a/x11/gnome/desktop/Makefile +++ b/x11/gnome/desktop/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.69 2011/05/18 15:49:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.70 2011/06/03 15:40:12 ajacoutot Exp $ SHARED_ONLY= Yes @@ -7,7 +7,7 @@ COMMENT= components for the GNOME desktop GNOME_PROJECT= gnome-desktop GNOME_VERSION= 2.32.1 -REVISION= 2 +REVISION= 3 SHARED_LIBS += gnome-desktop-2 8.0 # .15.2 @@ -19,21 +19,21 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB += GL ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage +WANTLIB += GL ORBit-2 X11 Xau Xcomposite Xcursor Xdamage WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm WANTLIB += atk-1.0 cairo drm execinfo expat fontconfig freetype WANTLIB += gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread-stubs -WANTLIB += startup-notification-1 xcb xcb-atom xcb-aux xcb-event -WANTLIB += xcb-render xcb-shm z +WANTLIB += startup-notification-1 xcb xcb-aux +WANTLIB += xcb-render xcb-shm z X11-xcb MODULES= devel/gettext \ lang/python \ x11/gnome BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= x11/gnome/py-gnome +RUN_DEPENDS= x11/py-gtk2 LIB_DEPENDS= devel/gconf2 \ devel/startup-notification \ x11/gtk+2