aboutsummaryrefslogtreecommitdiff
path: root/games/rigsofrods
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-05-25 10:05:29 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-05-25 10:05:29 +0000
commit768c19ee1e36ebec7d506f85a8ac7ce0f1b89cb5 (patch)
tree5b6d619bad9797094a6f471d75d5a5fa9943b7a2 /games/rigsofrods
parente53eaaeb7b4a8c4629726fd55ec204def50ccc1c (diff)
Notes
Diffstat (limited to 'games/rigsofrods')
-rw-r--r--games/rigsofrods/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/rigsofrods/Makefile b/games/rigsofrods/Makefile
index 45382f936ea6..276dbf70dfc2 100644
--- a/games/rigsofrods/Makefile
+++ b/games/rigsofrods/Makefile
@@ -59,6 +59,12 @@ LIB_FILES= dependencies/ogrenew/OgreMain/libOgreMain.so.1 \
dependencies/hydrax/libhydrax.so \
dependencies/mysocketw/libmysocketw.so
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
post-extract:
@${RM} -rf ${WRKSRC}/dependencies/ogrenew/Dependencies
@@ -102,4 +108,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>