summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/mixer.app/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile
index 38088debbe3d..ef1af13b6ac8 100644
--- a/audio/mixer.app/Makefile
+++ b/audio/mixer.app/Makefile
@@ -14,9 +14,15 @@ DISTNAME= Mixer.app-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Another mixer intended for the windowmaker dockapp
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>