diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-22 15:48:40 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-22 15:48:40 +0800 |
commit | 45cb42a37ac28ea87647182a865303f06eae8d6c (patch) | |
tree | 53c14ffa14d659ccf580e539cc9b015ffd1f1fae /audio/mixer.app | |
parent | 018be04a37d466120b04c159bf31f5e281863b61 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |