diff options
author | kris <kris@FreeBSD.org> | 2004-09-29 13:45:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-29 13:45:34 +0800 |
commit | ad448036acd7c07ca687beafec1a2b22dae5b188 (patch) | |
tree | 68ad40ba9a94c05ab513cbdfcbb5e0c8e7469aa9 /security/tea-total | |
parent | 6b290091589bf384975b769bfc4d1983ad8a18e4 (diff) | |
download | freebsd-ports-gnome-ad448036acd7c07ca687beafec1a2b22dae5b188.tar.gz freebsd-ports-gnome-ad448036acd7c07ca687beafec1a2b22dae5b188.tar.zst freebsd-ports-gnome-ad448036acd7c07ca687beafec1a2b22dae5b188.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'security/tea-total')
-rw-r--r-- | security/tea-total/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/tea-total/Makefile b/security/tea-total/Makefile index ceb5690a8d5c..ef56f0f9d67d 100644 --- a/security/tea-total/Makefile +++ b/security/tea-total/Makefile @@ -20,4 +20,10 @@ ONLY_FOR_ARCHS= i386 USE_GMAKE= yes MAN1= teatotal.1 tea.1 untea.1 tea-kgen.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + +.include <bsd.port.post.mk> |