aboutsummaryrefslogtreecommitdiff
path: root/security/pcsc-tools
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:42:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:42:04 +0000
commitffb7170399b77f34a48875ad6468eb796f00aed3 (patch)
tree3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /security/pcsc-tools
parentc60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff)
downloadports-ffb7170399b77f34a48875ad6468eb796f00aed3.tar.gz
ports-ffb7170399b77f34a48875ad6468eb796f00aed3.zip
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=361812
Diffstat (limited to 'security/pcsc-tools')
-rw-r--r--security/pcsc-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile
index 827d35917d93..5a51cbbab2d8 100644
--- a/security/pcsc-tools/Makefile
+++ b/security/pcsc-tools/Makefile
@@ -11,7 +11,7 @@ COMMENT= Tools to test a PCSC driver, card, or reader
LICENSE= GPLv2
-LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
+LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite
RUN_DEPENDS= p5-PCSC-Card>=0:${PORTSDIR}/devel/p5-PCSC-Card \
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2