aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorromain <romain@FreeBSD.org>2011-05-18 19:25:10 +0800
committerromain <romain@FreeBSD.org>2011-05-18 19:25:10 +0800
commit0376fc2419beb6d334a99cb63b4dc0d78d52e8f8 (patch)
treea901970f37249c5b6065d17ab33d32078d79b4ea
parent991e13cdd1456f19ab883246b780479ae8b730c2 (diff)
downloadfreebsd-ports-gnome-0376fc2419beb6d334a99cb63b4dc0d78d52e8f8.tar.gz
freebsd-ports-gnome-0376fc2419beb6d334a99cb63b4dc0d78d52e8f8.tar.zst
freebsd-ports-gnome-0376fc2419beb6d334a99cb63b4dc0d78d52e8f8.zip
Fix RUN_DEPENDS after devel/libccid update.
Reported by: pointyhat via erwin@
-rw-r--r--devel/libnfc/Makefile2
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)