diff options
author | arved <arved@FreeBSD.org> | 2013-10-31 01:21:10 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2013-10-31 01:21:10 +0800 |
commit | 23748897f6149811b513a8eea8a272058598a1df (patch) | |
tree | 490d7ce79c8ccaef770dd2aa923b595336db38fd /security/pcsc-tools | |
parent | eb01afee2035751c0152a2efe9597f7fd384a5d4 (diff) | |
download | freebsd-ports-gnome-23748897f6149811b513a8eea8a272058598a1df.tar.gz freebsd-ports-gnome-23748897f6149811b513a8eea8a272058598a1df.tar.zst freebsd-ports-gnome-23748897f6149811b513a8eea8a272058598a1df.zip |
Add run dependency on p5-Gtk2, needed by gscriptor
Diffstat (limited to 'security/pcsc-tools')
-rw-r--r-- | security/pcsc-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile index 341825fe6747..f567a93ab34f 100644 --- a/security/pcsc-tools/Makefile +++ b/security/pcsc-tools/Makefile @@ -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, card, or reader 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 |