From dfb4363ada7b0fd44b86d38ee1d20cab4d82db46 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 18 May 2011 21:06:28 +0000 Subject: [PATCH] Nothing in the dep chain provides librsvg, so explicitely depend on it so that the icon is correctly displayed. --- misc/redshift/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/misc/redshift/Makefile b/misc/redshift/Makefile index 1cc49964d8e..acb298a10c2 100644 --- a/misc/redshift/Makefile +++ b/misc/redshift/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2011/03/02 06:41:33 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.6 2011/05/18 21:06:28 ajacoutot Exp $ COMMENT= automatic color temperature adjustment @@ -6,7 +6,7 @@ V= 1.6 DISTNAME= redshift-${V} EXTRACT_SUFX= .tar.bz2 -REVISION= 0 +REVISION= 1 CATEGORIES= misc @@ -32,6 +32,10 @@ LIB_DEPENDS= devel/gconf2 MODULES= devel/gettext \ lang/python +# nothing in the dep chain provides librsvg, so explicitely depend on it +# so that the icon is correctly displayed +RUN_DEPENDS= x11/gnome/librsvg + USE_GMAKE= Yes CONFIGURE_STYLE=gnu