summaryrefslogtreecommitdiffstats
path: root/crypto/pcsc-lite/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pcsc-lite/DEPENDS')
-rwxr-xr-xcrypto/pcsc-lite/DEPENDS2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pcsc-lite/DEPENDS b/crypto/pcsc-lite/DEPENDS
index a8faa4a867..f7316fa8bd 100755
--- a/crypto/pcsc-lite/DEPENDS
+++ b/crypto/pcsc-lite/DEPENDS
@@ -2,5 +2,5 @@ depends -sub CXX gcc &&
if [[ $PCSC_DEVICE_ACCESS == libusb ]]; then
depends LIBUSB "--enable-libusb"
elif [[ $PCSC_DEVICE_ACCESS == udev ]]; then
- depends udev "--enable-libudev"
+ depends UDEV "--enable-libudev"
fi