diff options
author | mezz <mezz@FreeBSD.org> | 2008-07-04 10:55:24 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-07-04 10:55:24 +0800 |
commit | 9bff3c80d499d03d2133c7f7fa5ca2ddc29969b8 (patch) | |
tree | f7de8627bfbeb3e6867284d581ac49cb73bb6d71 /finance | |
parent | 7348e926dbebf5584affeb93ef60dfacd1187d3f (diff) | |
download | freebsd-ports-gnome-9bff3c80d499d03d2133c7f7fa5ca2ddc29969b8.tar.gz freebsd-ports-gnome-9bff3c80d499d03d2133c7f7fa5ca2ddc29969b8.tar.zst freebsd-ports-gnome-9bff3c80d499d03d2133c7f7fa5ca2ddc29969b8.zip |
Add a missing dependency, librsvg2, to view the svg images. Bump the
PORTREVISION.
PR: ports/125241
Submitted by: Andrei <support@nolty.org>
Diffstat (limited to 'finance')
-rw-r--r-- | finance/homebank/Makefile | 4 |
1 files 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 |