diff options
author | erwin <erwin@FreeBSD.org> | 2010-09-23 16:40:29 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-09-23 16:40:29 +0000 |
commit | cb621484845cbdccb3d72ef7c6e64cc5182b2385 (patch) | |
tree | 80554a7b9175ef17a71fa8cd984fc7d443d8daf7 /audio | |
parent | 16a6a6a25cc4f58cf7e9fe046d4343c022cfd955 (diff) | |
download | FreeBSD-ports-cb621484845cbdccb3d72ef7c6e64cc5182b2385.zip FreeBSD-ports-cb621484845cbdccb3d72ef7c6e64cc5182b2385.tar.gz |
Mark BROKEN on HEAD: does not build.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cueplayer/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/cueplayer/Makefile b/audio/cueplayer/Makefile index 761a98e..5ad3b84 100644 --- a/audio/cueplayer/Makefile +++ b/audio/cueplayer/Makefile @@ -37,4 +37,10 @@ do-configure: post-install: ${INSTALL_DATA} ${WRKSRC}/images/${PORTNAME}.png ${DATADIR} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |