aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-09-02 07:07:05 +0800
committerpav <pav@FreeBSD.org>2010-09-02 07:07:05 +0800
commit85db2631b2f4ec84b9837199be1f9311d73be34c (patch)
tree8cab19e2ec6592655a4abf960b87bc89db3fc44f
parentf5cee5d65adccc4ba0724caa84f6aa6cbc2e17d8 (diff)
downloadfreebsd-ports-gnome-85db2631b2f4ec84b9837199be1f9311d73be34c.tar.gz
freebsd-ports-gnome-85db2631b2f4ec84b9837199be1f9311d73be34c.tar.zst
freebsd-ports-gnome-85db2631b2f4ec84b9837199be1f9311d73be34c.zip
- Mark BROKEN on amd64
Reported by: pointyhat
-rw-r--r--multimedia/bangarang/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/bangarang/Makefile b/multimedia/bangarang/Makefile
index 4627ff15b868..50f56bc0988f 100644
--- a/multimedia/bangarang/Makefile
+++ b/multimedia/bangarang/Makefile
@@ -27,4 +27,10 @@ MAKE_JOBS_UNSAFE= yes
WRKSRC= ${WRKDIR}/bangarang-bangarang
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>