summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/tkstep80/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile
index 9f959566efe4..cb7d06d6ec92 100644
--- a/x11-toolkits/tkstep80/Makefile
+++ b/x11-toolkits/tkstep80/Makefile
@@ -33,6 +33,12 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
PKGINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg-install.wish
PKGDEINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg-deinstall.wish
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Build fails on sparc64"
+.endif
+
post-install:
@${RM} ${PREFIX}/lib/tkstep8.0/demos/*.orig
${STRIP_CMD} ${PREFIX}/bin/wishstep8.0
@@ -49,4 +55,4 @@ post-install:
test:
cd ${WRKSRC}; make test
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>