aboutsummaryrefslogtreecommitdiffstats
path: root/comms/ltmdm
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-01-30 03:58:45 +0800
committerErwin Lansing <erwin@FreeBSD.org>2008-01-30 03:58:45 +0800
commit08fa4964021b778c9e17eeffec974e1617d14b92 (patch)
tree9d34914bb1955d6b87f67a4b76606945f94d6564 /comms/ltmdm
parentf79e5483b228c8e45079fffd6460a41e53e860fd (diff)
downloadfreebsd-ports-gnome-08fa4964021b778c9e17eeffec974e1617d14b92.tar.gz
freebsd-ports-gnome-08fa4964021b778c9e17eeffec974e1617d14b92.tar.zst
freebsd-ports-gnome-08fa4964021b778c9e17eeffec974e1617d14b92.zip
Mark BROKEN on 8.0: does not compile
Diffstat (limited to 'comms/ltmdm')
-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..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>