diff options
author | jhale <jhale@FreeBSD.org> | 2013-10-04 21:26:28 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2013-10-04 21:26:28 +0800 |
commit | 6b1509093b3b78a2d5ff8f1a55f291da519f992a (patch) | |
tree | 74ccb93877d00e24592ff1e4b3c4857566e4c898 /finance/grisbi | |
parent | 7ecd21745fd82a1f0c9a612974f261b0e2cdd103 (diff) | |
download | freebsd-ports-gnome-6b1509093b3b78a2d5ff8f1a55f291da519f992a.tar.gz freebsd-ports-gnome-6b1509093b3b78a2d5ff8f1a55f291da519f992a.tar.zst freebsd-ports-gnome-6b1509093b3b78a2d5ff8f1a55f291da519f992a.zip |
- Update finance/libofx to 0.9.9
- Support staging
- Remove USE_GCC= any; port seems to build fine with clang
- Move LICENSE to proper location
- Modernize LIB_DEPENDS
- USE_GMAKE -> USES= gmake
- Update pkg-descr to reflect current capabilities
- Bump PORTREVISION on dependent ports due to so version bump
Diffstat (limited to 'finance/grisbi')
-rw-r--r-- | finance/grisbi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index 20adea01e93f..f7b426c1950e 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -3,7 +3,7 @@ PORTNAME= grisbi PORTVERSION= 0.8.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:R}.x/ @@ -12,7 +12,7 @@ COMMENT= Personal accounting application LICENSE= GPLv2 -LIB_DEPENDS= ofx.5:${PORTSDIR}/finance/libofx +LIB_DEPENDS= libofx.so:${PORTSDIR}/finance/libofx USE_BZIP2= yes USES= gmake iconv pkgconfig |