aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-08-31 22:16:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-08-31 22:16:57 +0000
commit90be92541fdebb0dce6f2342cff7e98f0d4a9c8a (patch)
tree9c35bd5ddbe3dcadb7efd5f416ac44d84d327b10 /finance
parentf26157f4d56dd2286df1824fd0174f55a0d62576 (diff)
downloadports-90be92541fdebb0dce6f2342cff7e98f0d4a9c8a.tar.gz
ports-90be92541fdebb0dce6f2342cff7e98f0d4a9c8a.zip
Notes
Diffstat (limited to 'finance')
-rw-r--r--finance/aqbanking/Makefile2
-rw-r--r--finance/gnucash-devel/Makefile3
-rw-r--r--finance/gnucash/Makefile3
-rw-r--r--finance/grisbi/Makefile3
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