diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-12 00:25:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-12 00:25:29 +0000 |
commit | eaf25b123d5fdbe77c8072d3072cc05804ebabfc (patch) | |
tree | bff83c9273134f7af04c952d7d3f2e49ad777faa /finance/grisbi/Makefile | |
parent | 9f66b2c746efc27ca9009c6626a82e84abed9f98 (diff) | |
download | ports-eaf25b123d5fdbe77c8072d3072cc05804ebabfc.tar.gz ports-eaf25b123d5fdbe77c8072d3072cc05804ebabfc.zip |
Chase the libofx shared lib version.
Notes
Notes:
svn path=/head/; revision=128573
Diffstat (limited to 'finance/grisbi/Makefile')
-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 0d91a86e51ac..a5d193b51f27 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -7,7 +7,7 @@ PORTNAME= grisbi PORTVERSION= 0.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= A personnal accounting application -LIB_DEPENDS= ofx.0:${PORTSDIR}/finance/libofx +LIB_DEPENDS= ofx.1:${PORTSDIR}/finance/libofx .if !defined(WITHOUT_LATEX) RUN_DEPENDS= ${UCS_CLASSDIR}/ucs.sty:${PORTSDIR}/print/latex-ucs .endif |