Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 17:11: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: r326300 - head/devel/p5-PCSC-Card
Message-ID:  <201309041711.r84HBOJb016748@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Sep  4 17:11:24 2013
New Revision: 326300
URL: http://svnweb.freebsd.org/changeset/ports/326300

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/devel/p5-PCSC-Card/Makefile

Modified: head/devel/p5-PCSC-Card/Makefile
==============================================================================
--- head/devel/p5-PCSC-Card/Makefile	Wed Sep  4 17:10:25 2013	(r326299)
+++ head/devel/p5-PCSC-Card/Makefile	Wed Sep  4 17:11:24 2013	(r326300)
@@ -14,7 +14,7 @@ COMMENT=	Perl bindings for the PC/SC Lit
 LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
 
 USE_BZIP2=	yes
-USES=		perl5
+USES=		perl5 pkgconfig
 USE_PERL5=	configure
 MAKE_ENV=	"LOCALBASE=${LOCALBASE}"
 



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