diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-01-29 00:33:31 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-01-29 00:33:31 +0000 |
commit | 625f8b2a414f4dedd803235fbf3627defbb7a955 (patch) | |
tree | de7fa3c19806dd566c4f88b432d50f38da37af4c /security/truecrypt | |
parent | 1b82ba59351c0e141faa9b58249d7ca7a91fe85d (diff) |
Notes
Diffstat (limited to 'security/truecrypt')
-rw-r--r-- | security/truecrypt/Makefile | 4 |
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})) |