aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-09-20 00:52:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-09-20 00:52:30 +0000
commitd527d4b79cd62259e11477100c9ef7465d9e5c2b (patch)
tree9ba9a7ee07beb523b6da70ac61964d4caa16a539 /x11-wm
parentc0ac6cc0c664c5b3335e0a45801dbbb09b144122 (diff)
downloadports-d527d4b79cd62259e11477100c9ef7465d9e5c2b.tar.gz
ports-d527d4b79cd62259e11477100c9ef7465d9e5c2b.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmii/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile
index d08b1574f653..c986c5183f90 100644
--- a/x11-wm/wmii/Makefile
+++ b/x11-wm/wmii/Makefile
@@ -56,4 +56,10 @@ post-patch: .SILENT
${REINPLACE_CMD} -e 's|^COMPILE=|& noisycc=yes| ; \
s|^LINK=|& noisycc=yes|' ${WRKSRC}/mk/hdr.mk
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on amd64 or sparc64
+.endif
+
+.include <bsd.port.post.mk>