diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-24 18:47:21 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-24 18:47:21 +0000 |
commit | 465695ee4f5ec7a10ebdf62bcb4ae4efd339b170 (patch) | |
tree | 83394eb2a626960a1fb09b9bd29d9b6fe0040f7a /finance | |
parent | 7808c297dd7dd264e5ad06811302696a0cf70554 (diff) |
- chase textproc/opensp's libosp version upgrade
- bump PORTREVISOIN for depends change
PR: ports/108233
Submitted by: Peter Johnson
Pointyhat to: kuriyama
Notes
Notes:
svn path=/head/; revision=183177
Diffstat (limited to 'finance')
-rw-r--r-- | finance/libofx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 904667594b1d..70574346aada 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -7,7 +7,7 @@ PORTNAME= libofx PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ COMMENT= OpenSource implementation of the OFX (Open Financial eXchange) LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ \ - osp.3:${PORTSDIR}/textproc/opensp + osp.5:${PORTSDIR}/textproc/opensp USE_GMAKE= yes USE_GNOME= gnometarget |