diff options
author | pav <pav@FreeBSD.org> | 2005-09-01 06:16:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-01 06:16:57 +0800 |
commit | e3c91226e60d750e815ad0a32456b92c0630e195 (patch) | |
tree | bc45eae0df353953f696db25660636b17237f283 /finance | |
parent | 8e2afb1a77b87089e16890deaee5f318772cd2ef (diff) | |
download | freebsd-ports-gnome-e3c91226e60d750e815ad0a32456b92c0630e195.tar.gz freebsd-ports-gnome-e3c91226e60d750e815ad0a32456b92c0630e195.tar.zst freebsd-ports-gnome-e3c91226e60d750e815ad0a32456b92c0630e195.zip |
- Chase libofx update
Diffstat (limited to 'finance')
-rw-r--r-- | finance/aqbanking/Makefile | 2 | ||||
-rw-r--r-- | finance/gnucash-devel/Makefile | 3 | ||||
-rw-r--r-- | finance/gnucash/Makefile | 3 | ||||
-rw-r--r-- | finance/grisbi/Makefile | 3 |
4 files changed, 7 insertions, 4 deletions
diff --git a/finance/aqbanking/Makefile b/finance/aqbanking/Makefile index 4ab10b87386f..8aa648e39932 100644 --- a/finance/aqbanking/Makefile +++ b/finance/aqbanking/Makefile @@ -31,7 +31,7 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .if defined(WITH_OFX) -LIB_DEPENDS+= ofx.1:${PORTSDIR}/finance/libofx +LIB_DEPENDS+= ofx.2:${PORTSDIR}/finance/libofx CONFIGURE_ARGS+=--enable-libofx PLIST_SUB+= OFX="" .else diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index 7b759bdab295..c3dbbdfd39c8 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnucash PORTVERSION= 1.8.11 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -20,7 +21,7 @@ COMMENT= Quicken-like money and finance manager LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ guppi.16:${PORTSDIR}/math/guppi \ popt.0:${PORTSDIR}/devel/popt \ - ofx.1:${PORTSDIR}/finance/libofx \ + ofx.2:${PORTSDIR}/finance/libofx \ gw-standard.0:${PORTSDIR}/devel/g-wrap RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile \ ${SITE_PERL}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \ diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 7b759bdab295..c3dbbdfd39c8 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnucash PORTVERSION= 1.8.11 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -20,7 +21,7 @@ COMMENT= Quicken-like money and finance manager LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ guppi.16:${PORTSDIR}/math/guppi \ popt.0:${PORTSDIR}/devel/popt \ - ofx.1:${PORTSDIR}/finance/libofx \ + ofx.2:${PORTSDIR}/finance/libofx \ gw-standard.0:${PORTSDIR}/devel/g-wrap RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile \ ${SITE_PERL}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \ diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index c95c21243c76..dc873d0667ed 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -7,6 +7,7 @@ PORTNAME= grisbi PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= A personnal accounting application -LIB_DEPENDS= ofx.1:${PORTSDIR}/finance/libofx +LIB_DEPENDS= ofx.2:${PORTSDIR}/finance/libofx .if !defined(WITHOUT_LATEX) RUN_DEPENDS= ${UCS_CLASSDIR}/ucs.sty:${PORTSDIR}/print/latex-ucs .endif |