aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mixer.app
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-22 15:48:40 +0800
committerlinimon <linimon@FreeBSD.org>2003-10-22 15:48:40 +0800
commit45cb42a37ac28ea87647182a865303f06eae8d6c (patch)
tree53c14ffa14d659ccf580e539cc9b015ffd1f1fae /audio/mixer.app
parent018be04a37d466120b04c159bf31f5e281863b61 (diff)
downloadfreebsd-ports-gnome-45cb42a37ac28ea87647182a865303f06eae8d6c.tar.gz
freebsd-ports-gnome-45cb42a37ac28ea87647182a865303f06eae8d6c.tar.zst
freebsd-ports-gnome-45cb42a37ac28ea87647182a865303f06eae8d6c.zip
Mark broken on 5.x.
Diffstat (limited to 'audio/mixer.app')
-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>