diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-06-03 05:41:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-06-03 05:41:28 +0000 |
commit | 0a72028cda7550adc4abe4b11e7fc3332534bc62 (patch) | |
tree | 6b472eaa511026f6f8a20ffbcde6258a466bec23 /graphics | |
parent | 72cd5181de9d5c994c5a2ca97f56303ffb8e56dc (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/nvidia-texture-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile index 9556809e5eea..f72b93296988 100644 --- a/graphics/nvidia-texture-tools/Makefile +++ b/graphics/nvidia-texture-tools/Makefile @@ -47,7 +47,7 @@ PLIST_SUB+= COMPRESSUI="@comment " .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= does not build .endif |