aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cad/chipmunk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/chipmunk/Makefile b/cad/chipmunk/Makefile
index 843f85b59f94..f8e343c63031 100644
--- a/cad/chipmunk/Makefile
+++ b/cad/chipmunk/Makefile
@@ -29,6 +29,10 @@ USE_REINPLACE= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha"
+BROKEN= "Broken pkg-plist on alpha"
+.endif
+
post-extract:
@${CP} -f ${DISTDIR}/${DIST_SUBDIR}/Makefile ${WRKSRC}/Makefile