diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-03 17:18:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-03 17:18:24 +0000 |
commit | b7b1c2b921ed6d4dd0b52b8980a5adb2e2725630 (patch) | |
tree | e52823f4a9f32d56ee584ad3bb92dd1ecfd648da /finance/libofx | |
parent | ff4f183b89c02236a8ae9a40101456c818afbd0f (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 9ad3de7b2000..37eb4ec5f530 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ osp.5:${PORTSDIR}/textproc/opensp USE_GCC= any -USES= iconv +USES= iconv pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I m4 |