diff options
author | danfe <danfe@FreeBSD.org> | 2015-09-20 22:35:57 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-09-20 22:35:57 +0800 |
commit | e434a250b6633ad6da96d97eaa211312e17539dc (patch) | |
tree | e16428fdb73f48acce12d201399969c6f11a325f /games/megaglest | |
parent | 226c0ca8b78797c3baad8fcd3e310d1bad2fc9e2 (diff) | |
download | freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.tar.gz freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.tar.zst freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.zip |
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.
Diffstat (limited to 'games/megaglest')
-rw-r--r-- | games/megaglest/Makefile | 8 |
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> |