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 | |
parent | 3362feccad2088414b430f4d87b0bba1304a090a (diff) | |
download | ports-f68272764a5f9c1fc8c02ba7b421f65c1796e0ef.tar.gz ports-f68272764a5f9c1fc8c02ba7b421f65c1796e0ef.zip |
Notes
-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> |