diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-11 10:44:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-11 10:44:03 +0800 |
commit | 0699f6ab6287dbdab3058d259b3299babff3e8a4 (patch) | |
tree | b5a3bb60c912e85d94a96d9134463ab203fba619 /games/tremulous | |
parent | 499903fe05fc783121301ca28b0cc9d7a0b1bca2 (diff) | |
download | freebsd-ports-gnome-0699f6ab6287dbdab3058d259b3299babff3e8a4.tar.gz freebsd-ports-gnome-0699f6ab6287dbdab3058d259b3299babff3e8a4.tar.zst freebsd-ports-gnome-0699f6ab6287dbdab3058d259b3299babff3e8a4.zip |
Remove powerpc stanza: fails to compile.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'games/tremulous')
-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> |