aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-10 14:26:28 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-10 14:26:28 +0000
commit105f8396275c54b78f7e4d9d9ec1a953268ad46d (patch)
tree67eb22731fa9994f29950ba2f09b41f1ebc9b3dc /audio
parent7c6950f5c6cef8b5dfd16d98c072acdf084d290b (diff)
downloadports-105f8396275c54b78f7e4d9d9ec1a953268ad46d.tar.gz
ports-105f8396275c54b78f7e4d9d9ec1a953268ad46d.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/liquidsoap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile
index 48ad544085e3..4e47a965c584 100644
--- a/audio/liquidsoap/Makefile
+++ b/audio/liquidsoap/Makefile
@@ -153,4 +153,10 @@ post-patch:
pre-configure:
(cd ${WRKSRC} && ./bootstrap)
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "powerpc"
+BROKEN= Does not install on powerpc: dumps core
+.endif
+
+.include <bsd.port.post.mk>