aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2008-12-21 23:24:25 +0800
committererwin <erwin@FreeBSD.org>2008-12-21 23:24:25 +0800
commitd7062de333c062d41d1cc82e6591b36ac6fabec6 (patch)
tree86e9dcc5e94f0a65e4acfb9534878f0c53606964 /comms
parente5ca7f52f45cdf90f2ecd47e341503b54bb403db (diff)
downloadfreebsd-ports-gnome-d7062de333c062d41d1cc82e6591b36ac6fabec6.tar.gz
freebsd-ports-gnome-d7062de333c062d41d1cc82e6591b36ac6fabec6.tar.zst
freebsd-ports-gnome-d7062de333c062d41d1cc82e6591b36ac6fabec6.zip
Mark BROKEN on 8: does not build after the TTY changes.
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..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>