diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-04-10 13:31:17 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-04-10 13:31:17 +0000 |
commit | 5978389ca68176535272bc5914d264c44a9f2a0d (patch) | |
tree | 9b9fb344b82e6fdc3635574cd0cb5447585f7feb /security/openct | |
parent | 024eebaa9c9e0be28215a7de15404392b0ed1222 (diff) |
Notes
Diffstat (limited to 'security/openct')
-rw-r--r-- | security/openct/Makefile | 3 |
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 |