diff options
author | swills <swills@FreeBSD.org> | 2012-03-06 05:52:14 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-06 05:52:14 +0800 |
commit | 1cc2ca8202b3a2b045f173cfc9dcbd8e6569bb9e (patch) | |
tree | 6ff9b37ebf5de05c46c2e028c8ff7a92ea397e77 /finance/skrooge | |
parent | 6f94c017fa76ae6b0faa1158a69eb95183f74052 (diff) | |
download | freebsd-ports-gnome-1cc2ca8202b3a2b045f173cfc9dcbd8e6569bb9e.tar.gz freebsd-ports-gnome-1cc2ca8202b3a2b045f173cfc9dcbd8e6569bb9e.tar.zst freebsd-ports-gnome-1cc2ca8202b3a2b045f173cfc9dcbd8e6569bb9e.zip |
- Chase libofx shared version bump
PR: ports/165716
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Diffstat (limited to 'finance/skrooge')
-rw-r--r-- | finance/skrooge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index ff4b96b7a825..2bca1d24d52e 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -7,14 +7,14 @@ PORTNAME= skrooge PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance kde MASTER_SITES= http://skrooge.org/files/ MAINTAINER= kde@FreeBSD.org COMMENT= A personal finances manager for KDE -LIB_DEPENDS= ofx.4:${PORTSDIR}/finance/libofx \ +LIB_DEPENDS= ofx.5:${PORTSDIR}/finance/libofx \ sqlite3:${PORTSDIR}/databases/sqlite3 \ qca.2:${PORTSDIR}/devel/qca \ grantlee_gui.0:${PORTSDIR}/devel/grantlee |