diff options
Diffstat (limited to 'comms/ltmdm/Makefile')
-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..e9c8fbdbd72f 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} >= 800045 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |