diff options
author | erwin <erwin@FreeBSD.org> | 2008-12-21 23:24:25 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-12-21 23:24:25 +0800 |
commit | d7062de333c062d41d1cc82e6591b36ac6fabec6 (patch) | |
tree | 86e9dcc5e94f0a65e4acfb9534878f0c53606964 /comms | |
parent | e5ca7f52f45cdf90f2ecd47e341503b54bb403db (diff) | |
download | freebsd-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/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> |