diff options
author | krion <krion@FreeBSD.org> | 2004-02-19 02:56:17 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-19 02:56:17 +0800 |
commit | b334b10b7aa1f567e628349d701ddc2b2be8e1bc (patch) | |
tree | ef71fb2ccc47ca4faaf57a97ae84428dfc0cbcc3 /finance | |
parent | e1a8af8dfc560109c6e02ab782619414668c020e (diff) | |
download | freebsd-ports-gnome-b334b10b7aa1f567e628349d701ddc2b2be8e1bc.tar.gz freebsd-ports-gnome-b334b10b7aa1f567e628349d701ddc2b2be8e1bc.tar.zst freebsd-ports-gnome-b334b10b7aa1f567e628349d701ddc2b2be8e1bc.zip |
- Support LOCALBASE properly
PR: ports/63005
Submitted by: Ports Fury
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: |