diff options
author | erwin <erwin@FreeBSD.org> | 2010-03-13 19:45:56 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-03-13 19:45:56 +0800 |
commit | 2f1e73ba1bae2063471fabc841c6118c949cf7ee (patch) | |
tree | 798d8e7cbb0cd4bb6e2b1a1518523801feedf0e3 /audio | |
parent | 77205cd5ab0b02a29cec75baea67b1cf90110273 (diff) | |
download | freebsd-ports-gnome-2f1e73ba1bae2063471fabc841c6118c949cf7ee.tar.gz freebsd-ports-gnome-2f1e73ba1bae2063471fabc841c6118c949cf7ee.tar.zst freebsd-ports-gnome-2f1e73ba1bae2063471fabc841c6118c949cf7ee.zip |
Mark BROKEN on 8.x: does not build
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lmms/Makefile | 4 | ||||
-rw-r--r-- | audio/muse/Makefile | 4 | ||||
-rw-r--r-- | audio/terminatorx/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 0bfcfa435482..32b029092ccf 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -53,6 +53,10 @@ MAN1= lmms.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800501 +BROKEN= does not build +.endif + .if defined(WITH_JACK) LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack .else diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 21ed9a8a41d6..665ab4c776cf 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -35,6 +35,10 @@ OPTIONS= X11 "Build with X11 support" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800501 +BROKEN= does not build +.endif + .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS+=--without-x --with-rubik 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 |