summaryrefslogtreecommitdiff
path: root/finance/libofx/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2006-09-03 13:02:17 +0000
committerwiz <wiz>2006-09-03 13:02:17 +0000
commit3494811958045c1e2f239a9c7d8537fd8c712b9f (patch)
tree3f404284e1510f85f12643f08e37b1f3fce33ddf /finance/libofx/Makefile
parent69a2c42aaeb2dc47170e5c44f0008d70b84e3312 (diff)
downloadpkgsrc-3494811958045c1e2f239a9c7d8537fd8c712b9f.tar.gz
Update to 0.8.2:
LibOFX 0.8.2: - bug fixes for GCC4.x and 64-bit compatibility - fix to enable OFXDirectConnect in Aqbanking - improvements to ofxpartner functionality - minor build system modifications - new fields for fees, commissions and stock split data - fix a memory leak and a potential crashing bug Remove curl/buildlink3.mk from buildlink3.mk, since the library provided by this package is not linked against curl.
Diffstat (limited to 'finance/libofx/Makefile')
-rw-r--r--finance/libofx/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile
index c8c64b9a586..940ff2a909c 100644
--- a/finance/libofx/Makefile
+++ b/finance/libofx/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2006/06/06 19:14:24 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/09/03 13:02:17 wiz Exp $
#
-DISTNAME= libofx-0.8.0
+DISTNAME= libofx-0.8.2
CATEGORIES= finance devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libofx/}
@@ -13,8 +13,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-opensp-includes=${BUILDLINK_PREFIX.opensp}/include/OpenSP \
--with-opensp-libs=${BUILDLINK_PREFIX.opensp}/libs
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
+.include "../../textproc/libxml++/buildlink3.mk"
.include "../../textproc/opensp/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"