From 0b621c66e88e37f736a7a15fbb90bfa688001377 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 1 Apr 2006 06:17:40 +0000 Subject: Mark BROKEN on 4.X. Reported by: pointyhat via kris --- audio/goobox/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio') diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 85fbfaa8fce8..6074dfd50a04 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -36,6 +36,10 @@ OPTIONS= NOTIFY "Enable libnotify support" on .include +.if ${OSVERSION} < 500000 +BROKEN= does not build on 4.X +.endif + .if !defined(WITHOUT_NOTIFY) LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+= --enable-notification -- cgit