From 625f8b2a414f4dedd803235fbf3627defbb7a955 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Sun, 29 Jan 2012 00:33:31 +0000 Subject: - Mark BROKEN under FreeBSD 10 --- security/truecrypt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/truecrypt') 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 .if (!exists(${DISTDIR}/${TC_SRCFILE})) -- cgit v1.2.3