svn commit: r326185 - head/finance/libofx

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 17:18:25 UTC 2013


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


More information about the svn-ports-head mailing list