aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-01-29 19:58:45 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-01-29 19:58:45 +0000
commit08fa4964021b778c9e17eeffec974e1617d14b92 (patch)
tree9d34914bb1955d6b87f67a4b76606945f94d6564 /comms
parentf79e5483b228c8e45079fffd6460a41e53e860fd (diff)
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/ltmdm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/ltmdm/Makefile b/comms/ltmdm/Makefile
index a861095145fa..5689fb768a16 100644
--- a/comms/ltmdm/Makefile
+++ b/comms/ltmdm/Makefile
@@ -65,4 +65,10 @@ do-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>