aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/rodent
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-09-04 06:57:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-09-04 06:57:36 +0000
commit8e65c59121fbb53bcf7950f6a0f9b6f261ac6398 (patch)
treebbaf5dbd314f3a0807509b03d87030411873b44e /x11-fm/rodent
parent0321c9291bf93b4ef8048f699fc841610c52885c (diff)
downloadports-8e65c59121fbb53bcf7950f6a0f9b6f261ac6398.tar.gz
ports-8e65c59121fbb53bcf7950f6a0f9b6f261ac6398.zip
Notes
Diffstat (limited to 'x11-fm/rodent')
-rw-r--r--x11-fm/rodent/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile
index dc243857b039..58c1ce304a4e 100644
--- a/x11-fm/rodent/Makefile
+++ b/x11-fm/rodent/Makefile
@@ -47,4 +47,10 @@ post-patch:
${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \
${WRKSRC}/Build/share/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
+.endif
+
+.include <bsd.port.post.mk>