aboutsummaryrefslogtreecommitdiff
path: root/security/openct
diff options
context:
space:
mode:
Diffstat (limited to 'security/openct')
-rw-r--r--security/openct/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/openct/Makefile b/security/openct/Makefile
index 5d31d38ba7de..6f23310154f5 100644
--- a/security/openct/Makefile
+++ b/security/openct/Makefile
@@ -37,6 +37,9 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800069
+CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" \
+ LIBUSB_LIBS="-lusb"
+
CONFIGURE_ARGS+=--enable-usb
.endif