summaryrefslogtreecommitdiff
path: root/net-p2p/museek+/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-10 23:40:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-10 23:40:30 +0000
commit7006e6b6474fca4eca7d0b18019be9d50146db99 (patch)
tree9a799d75b1046cb9d6d0c3fda1885a5fcf2c9285 /net-p2p/museek+/Makefile
parentBROKEN on 7.0: does not compile (diff)
BROKEN on amd64: Does not compile
Notes
Notes: svn path=/head/; revision=172736
Diffstat (limited to '')
-rw-r--r--net-p2p/museek+/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/museek+/Makefile b/net-p2p/museek+/Makefile
index 3ede5e14d49d..7b98f19ed125 100644
--- a/net-p2p/museek+/Makefile
+++ b/net-p2p/museek+/Makefile
@@ -92,6 +92,10 @@ post-install:
.include <bsd.port.pre.mk>
+.if ${ARCH} == amd64
+BROKEN= Does not compile on amd64
+.endif
+
.if (${OSVERSION} < 500000)
IGNORE= does not compile on systems < 5.x (needs wstring support)
.endif