diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-31 22:16:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-31 22:16:57 +0000 |
commit | 90be92541fdebb0dce6f2342cff7e98f0d4a9c8a (patch) | |
tree | 9c35bd5ddbe3dcadb7efd5f416ac44d84d327b10 /finance/grisbi/Makefile | |
parent | - Update to 0.8.0 (diff) |
- Chase libofx update
Notes
Notes:
svn path=/head/; revision=141643
Diffstat (limited to '')
-rw-r--r-- | finance/grisbi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |