aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-12 03:52:17 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-12 03:52:17 +0000
commit6ffc48d23802a8683e1421dcbf950029fbe8d50a (patch)
treea638a44c0295fdf03abf90623f85625bfd611df9 /x11-toolkits
parent49763240ed1cab5d2a32705b55873f20815cb35a (diff)
downloadports-6ffc48d23802a8683e1421dcbf950029fbe8d50a.tar.gz
ports-6ffc48d23802a8683e1421dcbf950029fbe8d50a.zip
BROKEN on sparc64: Build fails
Notes
Notes: svn path=/head/; revision=106775
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>