diff options
Diffstat (limited to 'graphics/nvidia-texture-tools/Makefile')
-rw-r--r-- | graphics/nvidia-texture-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile index 7f75d962be48..656cf7a36159 100644 --- a/graphics/nvidia-texture-tools/Makefile +++ b/graphics/nvidia-texture-tools/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ IlmImf:${PORTSDIR}/graphics/OpenEXR -USE_CMAKE= yes +USES= cmake CMAKE_ARGS= -DNVTT_SHARED=TRUE MAKE_JOBS_SAFE= yes |