1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Fix RUN_DEPENDS after devel/libccid update.

Reported by:	pointyhat via erwin@
This commit is contained in:
Romain Tartière 2011-05-18 11:25:10 +00:00
parent 7e42330e3f
commit f817446e0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274261

View File

@ -77,7 +77,7 @@ CONFIGURE_ARGS+=--disable-serial-autoprobe
.if defined(WITH_ACR122)
LIB_DEPENDS+= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
RUN_DEPENDS+= RSA_SecurID_getpasswd:${PORTSDIR}/devel/libccid
RUN_DEPENDS+= ${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so:${PORTSDIR}/devel/libccid
.endif
.if defined(WITH_PN531USB) || defined(WITH_PN533USB)