From 4986ba4041f13c64a8f2ed9b65952aff81174113 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Fri, 4 Jul 2008 02:55:24 +0000 Subject: [PATCH] Add a missing dependency, librsvg2, to view the svg images. Bump the PORTREVISION. PR: ports/125241 Submitted by: Andrei --- finance/homebank/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index 6a5a31449b38..5fa206a58ce8 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -7,7 +7,7 @@ PORTNAME= homebank PORTVERSION= 3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ @@ -15,7 +15,7 @@ MAINTAINER= mezz@FreeBSD.org COMMENT= Manage your personal accounts at home USE_GMAKE= yes -USE_GNOME= gnomeprefix gtk20 desktopfileutils +USE_GNOME= gnomeprefix gtk20 desktopfileutils librsvg2 USE_GETTEXT= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes