aboutsummaryrefslogtreecommitdiff
path: root/audio/cueplayer
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-09-23 16:40:29 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-09-23 16:40:29 +0000
commit4ec30a8da16ec4e7940ec05733dc5545809e9ba1 (patch)
tree8e4be817f7e383f0f8680f53570a2c3480416922 /audio/cueplayer
parent0da9b55af815949bde6c6c0fe325b1fd71f1bb11 (diff)
downloadports-4ec30a8da16ec4e7940ec05733dc5545809e9ba1.tar.gz
ports-4ec30a8da16ec4e7940ec05733dc5545809e9ba1.zip
Notes
Diffstat (limited to 'audio/cueplayer')
-rw-r--r--audio/cueplayer/Makefile8
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>