diff options
author | ade <ade@FreeBSD.org> | 2013-07-16 13:42:36 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2013-07-16 13:42:36 +0800 |
commit | d1f1a19cc01298348afbd7b6ab8d52256df8467d (patch) | |
tree | 2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /finance/libofx | |
parent | ca04376785301224bb00797bd6c8392ac2d1c901 (diff) | |
download | freebsd-ports-gnome-d1f1a19cc01298348afbd7b6ab8d52256df8467d.tar.gz freebsd-ports-gnome-d1f1a19cc01298348afbd7b6ab8d52256df8467d.tar.zst freebsd-ports-gnome-d1f1a19cc01298348afbd7b6ab8d52256df8467d.zip |
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
based on work from tijl@
PR: 178883
Submitted by: ade
Sponsored by: Wadsworth 6X
Diffstat (limited to 'finance/libofx')
-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 |