aboutsummaryrefslogtreecommitdiff
path: root/games/gnubg
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-09-18 09:44:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-09-18 09:44:48 +0000
commit9a49f4f8926ab44fc9dc82455a717b32299266b2 (patch)
treef73aed67d90b73be023e65541140d3d69b53d049 /games/gnubg
parentba91bf551b89a5ff7d694b3ebe9a9874f9d52804 (diff)
Notes
Diffstat (limited to 'games/gnubg')
-rw-r--r--games/gnubg/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile
index 9f15a9ad4940..fd495a515687 100644
--- a/games/gnubg/Makefile
+++ b/games/gnubg/Makefile
@@ -76,4 +76,10 @@ post-patch:
${REINPLACE_CMD} -e 's|"getopt\.h"|<getopt.h>|g' ${WRKSRC}/${file}
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= does not compile on sparc64
+.endif
+
+.include <bsd.port.post.mk>