svn commit: r360873 - head/devel/p5-PCSC-Card

Bartek Rutkowski robak at FreeBSD.org
Sun Jul 6 10:27:54 UTC 2014


Author: robak
Date: Sun Jul  6 10:27:53 2014
New Revision: 360873
URL: http://svnweb.freebsd.org/changeset/ports/360873
QAT: https://qat.redports.org/buildarchive/r360873/

Log:
  devel/p5-PCSC-Card: convert to new LIB_DEPENDS format
  
  Approved by:	marino (mentor), portmgr (blanket)

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

Modified: head/devel/p5-PCSC-Card/Makefile
==============================================================================
--- head/devel/p5-PCSC-Card/Makefile	Sun Jul  6 10:27:27 2014	(r360872)
+++ head/devel/p5-PCSC-Card/Makefile	Sun Jul  6 10:27:53 2014	(r360873)
@@ -11,7 +11,7 @@ DISTNAME=	pcsc-perl-${PORTVERSION}
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl bindings for the PC/SC Lite Framework
 
-LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
+LIB_DEPENDS=	libpcsclite.so:${PORTSDIR}/devel/pcsc-lite
 
 USE_BZIP2=	yes
 USES=		perl5 pkgconfig


More information about the svn-ports-all mailing list