aboutsummaryrefslogtreecommitdiff
path: root/audio/mangler/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-11-11 00:07:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-11-11 00:07:51 +0000
commit2cb3d993e96a77f548326d4691dc3c3b8351b37b (patch)
treed7ccfcf5da99b60f2ec07833a6ac199d598648e8 /audio/mangler/Makefile
parent5e9ac1971ef0ea33e9c1388fbecbdec79b03544d (diff)
downloadports-2cb3d993e96a77f548326d4691dc3c3b8351b37b.tar.gz
ports-2cb3d993e96a77f548326d4691dc3c3b8351b37b.zip
Notes
Diffstat (limited to 'audio/mangler/Makefile')
-rw-r--r--audio/mangler/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mangler/Makefile b/audio/mangler/Makefile
index ebaeba1d8b8f..4cf07c3e7794 100644
--- a/audio/mangler/Makefile
+++ b/audio/mangler/Makefile
@@ -24,4 +24,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gsm --without-pulseaudio --without-alsa
USE_LDCONFIG= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>