Enforce dependency on gucharmap,gtk2.

This commit is contained in:
ajacoutot 2011-05-30 12:50:53 +00:00
parent 8260ab93f9
commit ac09c1b9d4
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.106 2011/05/15 09:23:01 jasper Exp $
# $OpenBSD: Makefile,v 1.107 2011/05/30 12:50:53 ajacoutot Exp $
COMMENT-main= applets for use with the GNOME panel
COMMENT-battstat= GNOME applet for monitoring battery level
@ -9,7 +9,7 @@ GNOME_VERSION= 2.32.1.1
PKGNAME-main= gnome-applets2-${VERSION}
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}
REVISION-main= 2
REVISION-main= 3
REVISION-battstat= 1
CATEGORIES= x11
@ -45,7 +45,7 @@ LIB_DEPENDS-main= ${LIB_DEPENDS} \
multimedia/gstreamer-0.10/core \
multimedia/gstreamer-0.10/plugins-base \
devel/libgtop2 \
x11/gnome/gucharmap,gtk2
STEM-*-gtk2:x11/gnome/gucharmap,gtk2
# clicking on the multiload-applet will attempt to start gnome-system-monitor
RUN_DEPENDS+= x11/gnome/system-monitor

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.31 2011/05/15 09:23:01 jasper Exp $
# $OpenBSD: Makefile,v 1.32 2011/05/30 12:50:53 ajacoutot Exp $
COMMENT= plugins for Gedit
GNOME_PROJECT= gedit-plugins
GNOME_VERSION= 2.32.0
REVISION= 3
REVISION= 4
CATEGORIES= editors
@ -31,7 +31,7 @@ MODULES= devel/gettext \
BUILD_DEPENDS= ${RUN_DEPENDS} \
x11/gnome/doc-utils
LIB_DEPENDS= x11/gnome/gucharmap,gtk2
LIB_DEPENDS= STEM-*-gtk2:x11/gnome/gucharmap,gtk2
RUN_DEPENDS= devel/vte,-python \
x11/dbus-python \
x11/gnome/gedit>=2.30.0 \