Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 21:38:24 +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: r329391 - head/net-p2p/linuxdcpp
Message-ID:  <201310042138.r94LcOfx089424@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Oct  4 21:38:24 2013
New Revision: 329391
URL: http://svnweb.freebsd.org/changeset/ports/329391

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/net-p2p/linuxdcpp/Makefile

Modified: head/net-p2p/linuxdcpp/Makefile
==============================================================================
--- head/net-p2p/linuxdcpp/Makefile	Fri Oct  4 21:35:35 2013	(r329390)
+++ head/net-p2p/linuxdcpp/Makefile	Fri Oct  4 21:38:24 2013	(r329391)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 
 USE_BZIP2=	yes
 USE_GNOME=	libglade2
-USES=		iconv
+USES=		iconv pkgconfig
 USE_SCONS=	yes
 USE_OPENSSL=	yes
 PORTDOCS=	*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310042138.r94LcOfx089424>