diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-30 03:58:45 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-30 03:58:45 +0800 |
commit | 08fa4964021b778c9e17eeffec974e1617d14b92 (patch) | |
tree | 9d34914bb1955d6b87f67a4b76606945f94d6564 /comms/ltmdm | |
parent | f79e5483b228c8e45079fffd6460a41e53e860fd (diff) | |
download | freebsd-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/Makefile | 8 |
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> |