diff options
author | zi <zi@FreeBSD.org> | 2012-01-29 08:33:31 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-01-29 08:33:31 +0800 |
commit | 583a1877bda453cc814293c171e7da684591d10d (patch) | |
tree | 996b29d672c992ad2ec72359ae1489f58e3b1115 /security | |
parent | 8888628c166e4c208a11575b6c411745f4c7e216 (diff) | |
download | freebsd-ports-gnome-583a1877bda453cc814293c171e7da684591d10d.tar.gz freebsd-ports-gnome-583a1877bda453cc814293c171e7da684591d10d.tar.zst freebsd-ports-gnome-583a1877bda453cc814293c171e7da684591d10d.zip |
- Mark BROKEN under FreeBSD 10
Diffstat (limited to 'security')
-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})) |