diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:40:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:40:30 +0000 |
commit | 7006e6b6474fca4eca7d0b18019be9d50146db99 (patch) | |
tree | 9a799d75b1046cb9d6d0c3fda1885a5fcf2c9285 /net-p2p/museekplus | |
parent | 0e76218c7a50dba356ed3ec5076032a49b9f0652 (diff) |
Notes
Diffstat (limited to 'net-p2p/museekplus')
-rw-r--r-- | net-p2p/museekplus/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/museekplus/Makefile b/net-p2p/museekplus/Makefile index 3ede5e14d49d..7b98f19ed125 100644 --- a/net-p2p/museekplus/Makefile +++ b/net-p2p/museekplus/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 |