diff --git a/textproc/catfish/Makefile b/textproc/catfish/Makefile index 36b8f3ba9ba..d8939d5be9c 100644 --- a/textproc/catfish/Makefile +++ b/textproc/catfish/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2010/11/20 19:56:48 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2011/05/18 21:13:49 ajacoutot Exp $ COMMENT = versatile file searching tool DISTNAME = catfish-0.3.2 -REVISION= 1 +REVISION= 2 CATEGORIES = textproc HOMEPAGE = http://www.twotoasts.de/index.php?/pages/catfish_summary.html @@ -26,6 +26,11 @@ RUN_DEPENDS = x11/py-gtk2 \ x11/dbus-python \ devel/desktop-file-utils \ devel/py-xdg + +# nothing in the dep chain provides librsvg, so explicitely depend on it +# so that the icon is correctly displayed +RUN_DEPENDS+= x11/gnome/librsvg + pre-configure: cd ${WRKSRC} && ${SUBST_CMD} -c Makefile.in Makefile cd ${WRKSRC} && ${SUBST_CMD} -c catfish.in catfish diff --git a/x11/xfce4/xfce4-dict/Makefile b/x11/xfce4/xfce4-dict/Makefile index ee4556fc46b..cd08141642f 100644 --- a/x11/xfce4/xfce4-dict/Makefile +++ b/x11/xfce4/xfce4-dict/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2011/01/18 21:03:05 landry Exp $ +# $OpenBSD: Makefile,v 1.20 2011/05/18 21:13:49 ajacoutot Exp $ COMMENT= Xfce4 dictionary application XFCE_VERSION= 0.6.0 XFCE_GOODIE= xfce4-dict -REVISION= 2 +REVISION= 3 # GPLv2 PERMIT_DISTFILES_CDROM= Yes @@ -18,6 +18,10 @@ DESKTOP_FILES= Yes LIB_DEPENDS= x11/xfce4/xfce4-panel \ x11/xfce4/libxfcegui4 +# nothing in the dep chain provides librsvg, so explicitely depend on it +# so that the icon is correctly displayed +RUN_DEPENDS+= x11/gnome/librsvg + WANTLIB= ICE SM X11 Xdmcp Xrender Xdamage Xau fontconfig freetype \ Xcursor Xext Xfixes Xi Xinerama Xcomposite Xrandr expat \ atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 m z c \