svn commit: r332156 - head/security/pcsc-tools
Tilman Keskinoz
arved at FreeBSD.org
Wed Oct 30 17:21:11 UTC 2013
Author: arved
Date: Wed Oct 30 17:21:10 2013
New Revision: 332156
URL: http://svnweb.freebsd.org/changeset/ports/332156
Log:
Add run dependency on p5-Gtk2, needed by gscriptor
Modified:
head/security/pcsc-tools/Makefile
Modified: head/security/pcsc-tools/Makefile
==============================================================================
--- head/security/pcsc-tools/Makefile Wed Oct 30 17:15:13 2013 (r332155)
+++ head/security/pcsc-tools/Makefile Wed Oct 30 17:21:10 2013 (r332156)
@@ -3,6 +3,7 @@
PORTNAME= pcsc-tools
PORTVERSION= 1.4.21
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
@@ -12,7 +13,8 @@ COMMENT= Tools to test a PCSC driver, ca
LICENSE= GPLv2
LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
-RUN_DEPENDS= p5-PCSC-Card>=0:${PORTSDIR}/devel/p5-PCSC-Card
+RUN_DEPENDS= p5-PCSC-Card>=0:${PORTSDIR}/devel/p5-PCSC-Card \
+ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
USES= gmake pkgconfig
More information about the svn-ports-all
mailing list