diff options
author | Romain Tartière <romain@FreeBSD.org> | 2011-05-18 11:25:10 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2011-05-18 11:25:10 +0000 |
commit | f817446e0f3c63b9376f5f2b35cdb930d66ce083 (patch) | |
tree | b3ab367313dc92fba746aca5bc9c8a58c277fb4e /devel/libnfc | |
parent | 7e42330e3f7709056ccc5e328ef0e541fb246651 (diff) | |
download | ports-f817446e0f3c63b9376f5f2b35cdb930d66ce083.tar.gz ports-f817446e0f3c63b9376f5f2b35cdb930d66ce083.zip |
Notes
Diffstat (limited to 'devel/libnfc')
-rw-r--r-- | devel/libnfc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libnfc/Makefile b/devel/libnfc/Makefile index 6979c0352178..a0e0b3c13e62 100644 --- a/devel/libnfc/Makefile +++ b/devel/libnfc/Makefile @@ -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) |