aboutsummaryrefslogtreecommitdiff
path: root/security/truecrypt
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2012-01-29 00:33:31 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2012-01-29 00:33:31 +0000
commit625f8b2a414f4dedd803235fbf3627defbb7a955 (patch)
treede7fa3c19806dd566c4f88b432d50f38da37af4c /security/truecrypt
parent1b82ba59351c0e141faa9b58249d7ca7a91fe85d (diff)
downloadports-625f8b2a414f4dedd803235fbf3627defbb7a955.tar.gz
ports-625f8b2a414f4dedd803235fbf3627defbb7a955.zip
Notes
Diffstat (limited to 'security/truecrypt')
-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}))