diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-27 08:05:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-27 08:05:15 +0800 |
commit | 7fbf50bea7fddcbc62c526895b7b801b88e2fc68 (patch) | |
tree | be2613530b2f8b49bbe8243c485a623231449a11 /graphics/nvidia-texture-tools | |
parent | 9eca6525dc0a0f90d39845377f48adeefeb6f56f (diff) | |
download | freebsd-ports-gnome-7fbf50bea7fddcbc62c526895b7b801b88e2fc68.tar.gz freebsd-ports-gnome-7fbf50bea7fddcbc62c526895b7b801b88e2fc68.tar.zst freebsd-ports-gnome-7fbf50bea7fddcbc62c526895b7b801b88e2fc68.zip |
Sort ARCHS. While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics/nvidia-texture-tools')
-rw-r--r-- | graphics/nvidia-texture-tools/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile index e7c4de452b86..723999ddf782 100644 --- a/graphics/nvidia-texture-tools/Makefile +++ b/graphics/nvidia-texture-tools/Makefile @@ -16,8 +16,11 @@ LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libIlmImf.so:graphics/OpenEXR -BROKEN_powerpc= does not build -BROKEN_sparc64= does not build +BROKEN_powerpc= does not build +BROKEN_sparc64= does not build + +# see src/nvcore/nvcore.h +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 USE_GITHUB= yes GH_ACCOUNT= castano @@ -31,9 +34,6 @@ CXXFLAGS+= -fPIC PORTDOCS= NVIDIA_Texture_Tools_README.txt ChangeLog -# see src/nvcore/nvcore.h -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 - OPTIONS_DEFINE= COMPRESSUI DOCS OPTIONS_SUB= yes |