diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-25 02:47:21 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-25 02:47:21 +0800 |
commit | e5a11dfcd752f83c8e388fa60254a4b4fe8b8387 (patch) | |
tree | 0e662c8ea76adfb2eebd9c5d129d308aa70a7243 | |
parent | 36ee56846b6d5ca0ec85abee5deb8b5e7eff8036 (diff) | |
download | freebsd-ports-gnome-e5a11dfcd752f83c8e388fa60254a4b4fe8b8387.tar.gz freebsd-ports-gnome-e5a11dfcd752f83c8e388fa60254a4b4fe8b8387.tar.zst freebsd-ports-gnome-e5a11dfcd752f83c8e388fa60254a4b4fe8b8387.zip |
- chase textproc/opensp's libosp version upgrade
- bump PORTREVISOIN for depends change
PR: ports/108233
Submitted by: Peter Johnson
Pointyhat to: kuriyama
-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 |