diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
commit | 821843ca06f2354ffe250825fcdffabb6d0caefa (patch) | |
tree | 5b8de344e457d5da2cf746d56e495a2ce03e1d99 /finance/libofx | |
parent | 89d548370ac959aac24d63bd8ab8e32723ecf53d (diff) |
Notes
Diffstat (limited to 'finance/libofx')
-rw-r--r-- | finance/libofx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 55bdb2246968..935fe870e28e 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ osp.5:${PORTSDIR}/textproc/opensp USE_GCC= any -USE_ICONV= yes +USES= iconv USE_GMAKE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I m4 |