aboutsummaryrefslogtreecommitdiff
path: root/security/openct/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2009-03-24 11:17:54 +0000
committerAlex Dupre <ale@FreeBSD.org>2009-03-24 11:17:54 +0000
commitbe506615540e2aab98d3d45322a8ac65f7c36fd9 (patch)
tree21c843a9ec3b82bf6948c4169b07df594668f48f /security/openct/Makefile
parent47269d0c7a7e438caf6bd73c44c640bab0c90f33 (diff)
downloadports-be506615540e2aab98d3d45322a8ac65f7c36fd9.tar.gz
ports-be506615540e2aab98d3d45322a8ac65f7c36fd9.zip
Fix build with -CURRENT USB code.
Submitted by: thompsa
Notes
Notes: svn path=/head/; revision=230843
Diffstat (limited to 'security/openct/Makefile')
-rw-r--r--security/openct/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openct/Makefile b/security/openct/Makefile
index 673bf20d6069..5d31d38ba7de 100644
--- a/security/openct/Makefile
+++ b/security/openct/Makefile
@@ -36,6 +36,10 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800069
+CONFIGURE_ARGS+=--enable-usb
+.endif
+
.if defined(WITH_PCSC)
LIB_DEPENDS+= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
CONFIGURE_ARGS+=--enable-pcsc