aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/truecrypt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/truecrypt/Makefile b/security/truecrypt/Makefile
index 09d697bc813d..fcb561fb744e 100644
--- a/security/truecrypt/Makefile
+++ b/security/truecrypt/Makefile
@@ -55,6 +55,10 @@ NOGUI=
NOGUI= NOGUI=1
.endif
+.if ${OSVERSION} >= 1000000
+BROKEN= does not currently build under FreeBSD 10
+.endif
+
.include <bsd.port.pre.mk>
.if (!exists(${DISTDIR}/${TC_SRCFILE}))