diff options
author | joerg <joerg> | 2006-06-06 19:14:24 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-06 19:14:24 +0000 |
commit | 3bf19f6c1d0e223ea75c4d4da0521295bd507191 (patch) | |
tree | 113975254db991964b12d14a2b2a3da9f4a73a67 | |
parent | d91d96a99e00b93826d747f2b6a4631dd52fc25a (diff) | |
download | pkgsrc-3bf19f6c1d0e223ea75c4d4da0521295bd507191.tar.gz |
Uses C++.
-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 8d70658683d..c8c64b9a586 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/05 22:25:01 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/06 19:14:24 joerg Exp $ # DISTNAME= libofx-0.8.0 @@ -12,7 +12,7 @@ COMMENT= OFX (Open Financial eXchange) Library 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_LIBTOOL= yes .include "../../textproc/opensp/buildlink3.mk" |