diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 18:56:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 18:56:17 +0000 |
commit | 4cf0e0e736582ad2d84aadde47362087e9c6b63d (patch) | |
tree | 070a4e63b6a9f4bddbc1eaf94b672238296dd64c /finance | |
parent | 786835fc3ea639d16e74eeae34c42022f299f6b9 (diff) | |
download | ports-4cf0e0e736582ad2d84aadde47362087e9c6b63d.tar.gz ports-4cf0e0e736582ad2d84aadde47362087e9c6b63d.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/libofx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 586009a8d0b1..ab8213fdc333 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -20,7 +20,8 @@ USE_GNOME= gnometarget lthack USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-doxygen --disable-dot +CONFIGURE_ARGS= --disable-doxygen --disable-dot \ + --with-opensp-includes=${LOCALBASE}/include/OpenSP INSTALLS_SHLIB= yes post-install: |