diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-03-17 05:06:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-03-17 05:06:59 +0000 |
commit | 84cc423fa1a322aa16b25c8e73f81735b00053ef (patch) | |
tree | 58bc50a5179ea665b5e10eaff4c04c669ca8cf86 /graphics/nvidia-texture-tools | |
parent | 96d13e841b01ed3079c3e0d240ea86baa6360882 (diff) | |
download | ports-84cc423fa1a322aa16b25c8e73f81735b00053ef.tar.gz ports-84cc423fa1a322aa16b25c8e73f81735b00053ef.zip |
Notes
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&|' \ |