diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 01:18:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 01:18:24 +0800 |
commit | 981daeefe048fb84c7bef79b8d1d0c0418e4f47e (patch) | |
tree | e52823f4a9f32d56ee584ad3bb92dd1ecfd648da /finance | |
parent | 72630d50938d8d8c8ab269cef95cfa4d86b4acff (diff) | |
download | freebsd-ports-gnome-981daeefe048fb84c7bef79b8d1d0c0418e4f47e.tar.gz freebsd-ports-gnome-981daeefe048fb84c7bef79b8d1d0c0418e4f47e.tar.zst freebsd-ports-gnome-981daeefe048fb84c7bef79b8d1d0c0418e4f47e.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'finance')
-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 |