diff options
author | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
commit | b3b33257e512916a4f977c9026941425a3aa916a (patch) | |
tree | 2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /finance | |
parent | 1babe2feaefe5db9a31b19512e77709289cdf098 (diff) | |
download | ports-b3b33257e512916a4f977c9026941425a3aa916a.tar.gz ports-b3b33257e512916a4f977c9026941425a3aa916a.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/libofx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 55a6478aa4b0..1aa9e73db18c 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -19,6 +19,7 @@ USES= iconv USE_GMAKE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I m4 +AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \ --with-opensp-includes=${LOCALBASE}/include/OpenSP \ --with-opensp-libs=${LOCALBASE}/lib |