diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-29 19:58:45 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-29 19:58:45 +0000 |
commit | 08fa4964021b778c9e17eeffec974e1617d14b92 (patch) | |
tree | 9d34914bb1955d6b87f67a4b76606945f94d6564 /comms | |
parent | f79e5483b228c8e45079fffd6460a41e53e860fd (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ltmdm/Makefile | 8 |
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> |