svn commit: r327523 - head/security/pcsc-tools

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 18 06:46:14 UTC 2013


Author: bapt
Date: Wed Sep 18 06:46:13 2013
New Revision: 327523
URL: http://svnweb.freebsd.org/changeset/ports/327523

Log:
  Add a missing dependency on pkgconf

Modified:
  head/security/pcsc-tools/Makefile

Modified: head/security/pcsc-tools/Makefile
==============================================================================
--- head/security/pcsc-tools/Makefile	Wed Sep 18 06:44:46 2013	(r327522)
+++ head/security/pcsc-tools/Makefile	Wed Sep 18 06:46:13 2013	(r327523)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	pcsc-tools
-# Date created:				2012-01-20
-# Whom:					arved
-#
+# Created by: arved
 # $FreeBSD$
 
 PORTNAME=	pcsc-tools
@@ -17,7 +14,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
 RUN_DEPENDS=	p5-PCSC-Card>=0:${PORTSDIR}/devel/p5-PCSC-Card
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 
 MAN1=		pcsc_scan.1 gscriptor.1p scriptor.1p ATR_analysis.1p
 


More information about the svn-ports-all mailing list