aboutsummaryrefslogtreecommitdiff
path: root/security/openct
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2009-04-10 13:31:17 +0000
committerAlex Dupre <ale@FreeBSD.org>2009-04-10 13:31:17 +0000
commit5978389ca68176535272bc5914d264c44a9f2a0d (patch)
tree9b9fb344b82e6fdc3635574cd0cb5447585f7feb /security/openct
parent024eebaa9c9e0be28215a7de15404392b0ed1222 (diff)
downloadports-5978389ca68176535272bc5914d264c44a9f2a0d.tar.gz
ports-5978389ca68176535272bc5914d264c44a9f2a0d.zip
Notes
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