diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-09-23 16:40:29 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-09-23 16:40:29 +0000 |
commit | 4ec30a8da16ec4e7940ec05733dc5545809e9ba1 (patch) | |
tree | 8e4be817f7e383f0f8680f53570a2c3480416922 /audio/cueplayer | |
parent | 0da9b55af815949bde6c6c0fe325b1fd71f1bb11 (diff) | |
download | ports-4ec30a8da16ec4e7940ec05733dc5545809e9ba1.tar.gz ports-4ec30a8da16ec4e7940ec05733dc5545809e9ba1.zip |
Notes
Diffstat (limited to 'audio/cueplayer')
-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> |