diff options
author | erwin <erwin@FreeBSD.org> | 2008-01-29 19:58:45 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-01-29 19:58:45 +0000 |
commit | a8059492099bdf1736e42cd8d9bef566076fcb22 (patch) | |
tree | 5d769c92b11672c21e7a91b157a47e9506268f92 /comms | |
parent | 53db4c169962d078d4db97e12cb3f85a9ea7b8ef (diff) | |
download | FreeBSD-ports-a8059492099bdf1736e42cd8d9bef566076fcb22.zip FreeBSD-ports-a8059492099bdf1736e42cd8d9bef566076fcb22.tar.gz |
Mark BROKEN on 8.0: does not compile
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 a861095..5689fb7 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> |