diff options
author | marcus <marcus@FreeBSD.org> | 2005-02-12 00:25:29 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-02-12 00:25:29 +0000 |
commit | 5ff595ec19d39c3ce4238f4c8234af9791620186 (patch) | |
tree | ddb18a8be0c469a3ca14b5b476e720a274301598 /finance | |
parent | d9ff775634b8e63cf3649b1e596570b128cfe511 (diff) | |
download | FreeBSD-ports-5ff595ec19d39c3ce4238f4c8234af9791620186.zip FreeBSD-ports-5ff595ec19d39c3ce4238f4c8234af9791620186.tar.gz |
Chase the libofx shared lib version.
Diffstat (limited to 'finance')
-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 0d91a86..a5d193b 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 |