summaryrefslogtreecommitdiff
path: root/graphics/nvidia-texture-tools
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-03-17 05:06:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-03-17 05:06:59 +0000
commit84cc423fa1a322aa16b25c8e73f81735b00053ef (patch)
tree58bc50a5179ea665b5e10eaff4c04c669ca8cf86 /graphics/nvidia-texture-tools
parent- Oops, depend on nasm correctly (diff)
Mark as not for sparc64.
Notes
Notes: svn path=/head/; revision=230288
Diffstat (limited to 'graphics/nvidia-texture-tools')
-rw-r--r--graphics/nvidia-texture-tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile
index d92cddea87ef..b8c9ab0b51f7 100644
--- a/graphics/nvidia-texture-tools/Makefile
+++ b/graphics/nvidia-texture-tools/Makefile
@@ -40,6 +40,10 @@ PLIST_SUB+= COMPRESSUI="@comment "
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+IGNORE= does not build: not yet ported to sparc64
+.endif
+
post-patch:
.if defined(WITH_COMPRESSUI)
@${REINPLACE_CMD} -e '/FIND_PACKAGE.*Qt4/ s|)$$| REQUIRED&|' \