diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-03-13 11:45:56 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-03-13 11:45:56 +0000 |
commit | 3cde5bcfb2188bfb0499c29929f59277a2ede320 (patch) | |
tree | fca64ad88b4803658448b71a6389a2d7102b60d2 /audio/terminatorx | |
parent | ab0a5b92218131662db3cf6d84a55ad11867feeb (diff) | |
download | ports-3cde5bcfb2188bfb0499c29929f59277a2ede320.tar.gz ports-3cde5bcfb2188bfb0499c29929f59277a2ede320.zip |
Notes
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/Makefile | 4 |
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 |