diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-12-21 15:24:25 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-12-21 15:24:25 +0000 |
commit | f64cdf4c66f2a71c6af95a324572e6fc0d2725cd (patch) | |
tree | 98d716cdc87a06bfc4d3eb7030c7887abe52579c /comms | |
parent | 3af64e39320689a615edfbbf50a794bfe0553851 (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..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> |