diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-09-23 18:07:02 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-09-23 18:07:02 +0000 |
commit | 5b9ced9f139cc4b8d028b0bd9a91567d8a10805b (patch) | |
tree | 52961520f6590c945e8a566d9fe8cae163b85c18 /audio/teamspeak_client/Makefile | |
parent | 6af8f8f7e2bb57068ca435f4601de4b3923c3aad (diff) | |
download | ports-5b9ced9f139cc4b8d028b0bd9a91567d8a10805b.tar.gz ports-5b9ced9f139cc4b8d028b0bd9a91567d8a10805b.zip |
Mark BROKEN on HEAD: does not build.
Notes
Notes:
svn path=/head/; revision=261711
Diffstat (limited to 'audio/teamspeak_client/Makefile')
-rw-r--r-- | audio/teamspeak_client/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/teamspeak_client/Makefile b/audio/teamspeak_client/Makefile index 84ffc1386f02..f0b5a50f1ad7 100644 --- a/audio/teamspeak_client/Makefile +++ b/audio/teamspeak_client/Makefile @@ -71,4 +71,10 @@ do-install: ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |