diff options
Diffstat (limited to 'graphics/nvidia-texture-tools')
-rw-r--r-- | graphics/nvidia-texture-tools/Makefile | 4 |
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&|' \ |