diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 02:44:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 02:44:03 +0000 |
commit | f68272764a5f9c1fc8c02ba7b421f65c1796e0ef (patch) | |
tree | 356ea9294fe64cc3e5c7add6524081020d7b9951 /games | |
parent | Mark as broken on powerpc: does not configure. (diff) |
Remove powerpc stanza: fails to compile.
Hat: portmgr
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285497
Diffstat (limited to 'games')
-rw-r--r-- | games/tremulous/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tremulous/Makefile b/games/tremulous/Makefile index 85f29ebfde80..71483ccc33f0 100644 --- a/games/tremulous/Makefile +++ b/games/tremulous/Makefile @@ -37,7 +37,7 @@ OPTIONS= CLIENT "Build client" on \ MAKE_ENV+= DEFAULT_BASEDIR="${DATADIR}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -VM_ARCHS= amd64 i386 powerpc +VM_ARCHS= amd64 i386 .include <bsd.port.pre.mk> |