diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-04 07:52:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-04 07:52:43 +0000 |
commit | f3dba96ce277e231a69f366db410e4e6d8b54690 (patch) | |
tree | 46cdcf0a1e2bbdcee89c0c4ae89deb5593dd7027 /graphics | |
parent | 80fa3d43ce130d3139671b8af76d5f72768fbf96 (diff) | |
download | ports-f3dba96ce277e231a69f366db410e4e6d8b54690.tar.gz ports-f3dba96ce277e231a69f366db410e4e6d8b54690.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/nvidia-texture-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile index cda70236f69f..d07ec9104b43 100644 --- a/graphics/nvidia-texture-tools/Makefile +++ b/graphics/nvidia-texture-tools/Makefile @@ -26,6 +26,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= NVIDIA_Texture_Tools_README.txt ChangeLog +ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 # see src/nvcore/nvcore.h + OPTIONS_DEFINE= COMPRESSUI DOCS COMPRESSUI_DESC=Build compressor UI (requires Qt4) |