Date: Tue, 3 Sep 2013 17:18:25 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326185 - head/finance/libofx Message-ID: <201309031718.r83HIPxp080983@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Sep 3 17:18:24 2013 New Revision: 326185 URL: http://svnweb.freebsd.org/changeset/ports/326185 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/finance/libofx/Makefile Modified: head/finance/libofx/Makefile ============================================================================== --- head/finance/libofx/Makefile Tue Sep 3 17:17:00 2013 (r326184) +++ head/finance/libofx/Makefile Tue Sep 3 17:18:24 2013 (r326185) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031718.r83HIPxp080983>