diff options
-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 761a98efe3de..5ad3b8466dc4 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> |