aboutsummaryrefslogtreecommitdiff
path: root/textproc/scew
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-04-01 06:44:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-04-01 06:44:48 +0000
commit389b87950f37ba9e1ebc869e2515f982ce2f0e48 (patch)
treefff2791d4325ee2fcec2ae7659c2cd7888c2dff4 /textproc/scew
parent61149bd58a0d337f1530899f328e8bb43f6d0e47 (diff)
downloadports-389b87950f37ba9e1ebc869e2515f982ce2f0e48.tar.gz
ports-389b87950f37ba9e1ebc869e2515f982ce2f0e48.zip
Notes
Diffstat (limited to 'textproc/scew')
-rw-r--r--textproc/scew/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/scew/Makefile b/textproc/scew/Makefile
index 639690e376b9..f45ee14e8abd 100644
--- a/textproc/scew/Makefile
+++ b/textproc/scew/Makefile
@@ -30,4 +30,10 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/examples/${PORTNAME}_${ex}/${PORTNAME}_${ex} ${PREFIX}/bin
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "powerpc"
+BROKEN= Does not compile on powerpc
+.endif
+
+.include <bsd.port.post.mk>