Nothing in the dep chain provides librsvg, so explicitely depend on it

so that the icon is correctly displayed.

ok landry@ (maintainer)
This commit is contained in:
ajacoutot
2011-05-18 21:13:49 +00:00
parent ddbb62ea09
commit 3bbbf28131
2 changed files with 13 additions and 4 deletions
+7 -2
View File
@@ -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
+6 -2
View File
@@ -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 \