aboutsummaryrefslogtreecommitdiff
path: root/audio/terminatorx
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-03-13 11:45:56 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-03-13 11:45:56 +0000
commit3cde5bcfb2188bfb0499c29929f59277a2ede320 (patch)
treefca64ad88b4803658448b71a6389a2d7102b60d2 /audio/terminatorx
parentab0a5b92218131662db3cf6d84a55ad11867feeb (diff)
downloadports-3cde5bcfb2188bfb0499c29929f59277a2ede320.tar.gz
ports-3cde5bcfb2188bfb0499c29929f59277a2ede320.zip
Notes
Diffstat (limited to 'audio/terminatorx')
-rw-r--r--audio/terminatorx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile
index 4b75d782a4a0..0c6432de0f77 100644
--- a/audio/terminatorx/Makefile
+++ b/audio/terminatorx/Makefile
@@ -43,6 +43,10 @@ OPTIONS= MPG123 "mpg123 support" on \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800501
+BROKEN= does not build
+.endif
+
.if !defined(WITHOUT_MPG123)
BUILD_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123
.else