From 5978389ca68176535272bc5914d264c44a9f2a0d Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Fri, 10 Apr 2009 13:31:17 +0000 Subject: Really fix build on -CURRENT. --- security/openct/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'security/openct') 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 .if ${OSVERSION} >= 800069 +CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" \ + LIBUSB_LIBS="-lusb" + CONFIGURE_ARGS+=--enable-usb .endif -- cgit v1.2.3