No need to depend on py-gnome, py-gtk2 is enough.
from dcoppa@
This commit is contained in:
parent
aa189a40c1
commit
ea46f2dfdd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user