aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/nvidia-texture-tools
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-03-17 13:06:59 +0800
committerlinimon <linimon@FreeBSD.org>2009-03-17 13:06:59 +0800
commit9d1d405258b684a4c1d0a68307b5996433939e0a (patch)
treec17ab2727761cc9d4715e030ef52efe191ae8009 /graphics/nvidia-texture-tools
parent6c2793ec69c1671795edb4f4c2f741ae23377c10 (diff)
downloadfreebsd-ports-gnome-9d1d405258b684a4c1d0a68307b5996433939e0a.tar.gz
freebsd-ports-gnome-9d1d405258b684a4c1d0a68307b5996433939e0a.tar.zst
freebsd-ports-gnome-9d1d405258b684a4c1d0a68307b5996433939e0a.zip
Mark as not for sparc64.
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&|' \