aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libccid
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-14 07:02:35 +0800
committerbapt <bapt@FreeBSD.org>2014-07-14 07:02:35 +0800
commitfeadac2c003eba9b3034d21f54e7433ae5298815 (patch)
tree5616def3070e4d8e7889fc5b6cd9b9ca518b6520 /devel/libccid
parent7313ede031f9fa2ab3cde491bd99fbd371029848 (diff)
downloadfreebsd-ports-graphics-feadac2c003eba9b3034d21f54e7433ae5298815.tar.gz
freebsd-ports-graphics-feadac2c003eba9b3034d21f54e7433ae5298815.tar.zst
freebsd-ports-graphics-feadac2c003eba9b3034d21f54e7433ae5298815.zip
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'devel/libccid')
-rw-r--r--devel/libccid/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile
index 31e62011e8d..8be1504cd41 100644
--- a/devel/libccid/Makefile
+++ b/devel/libccid/Makefile
@@ -12,10 +12,9 @@ COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
+LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite
-USE_BZIP2= yes
-USES= pkgconfig perl5
+USES= pkgconfig perl5 tar:bzip2
GNU_CONFIGURE= yes
USE_PERL5= build
CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \