aboutsummaryrefslogtreecommitdiff
path: root/games/megaglest
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-20 14:35:57 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-20 14:35:57 +0000
commit3a63ba57c26158c72fe49bca2a6413f5350e9d72 (patch)
treee16428fdb73f48acce12d201399969c6f11a325f /games/megaglest
parentf4455f39ab2b5d450921b20f4dd49dfedea1d167 (diff)
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago.
Notes
Notes: svn path=/head/; revision=397374
Diffstat (limited to 'games/megaglest')
-rw-r--r--games/megaglest/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile
index 4d6fc3792fc1..70c33fa35215 100644
--- a/games/megaglest/Makefile
+++ b/games/megaglest/Makefile
@@ -63,10 +63,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/source/glest_map_editor/megaglest_editor ${STAGEDIR}${PREFIX}/bin/megaglest_editor
.endif
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN= Does not compile on ia64, powerpc, or sparc64: unrecognized compiler flags
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>