aboutsummaryrefslogtreecommitdiff
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
parent96d13e841b01ed3079c3e0d240ea86baa6360882 (diff)
downloadports-84cc423fa1a322aa16b25c8e73f81735b00053ef.tar.gz
ports-84cc423fa1a322aa16b25c8e73f81735b00053ef.zip
Notes
-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&|' \