diff options
author | swills <swills@FreeBSD.org> | 2013-01-17 11:32:27 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-01-17 11:32:27 +0800 |
commit | a4e3fd6ab8eae5ab75528f600c117c541ee64b11 (patch) | |
tree | 21a89118c4f60e0218d4ed4fbb1ea08b017366ae /graphics/nvidia-texture-tools | |
parent | 6936b60df9b2aace56f75381d3fde3082c97bedd (diff) | |
download | freebsd-ports-gnome-a4e3fd6ab8eae5ab75528f600c117c541ee64b11.tar.gz freebsd-ports-gnome-a4e3fd6ab8eae5ab75528f600c117c541ee64b11.tar.zst freebsd-ports-gnome-a4e3fd6ab8eae5ab75528f600c117c541ee64b11.zip |
- Chase lib version changes from ilmbase and OpenEXR updates
Diffstat (limited to 'graphics/nvidia-texture-tools')
-rw-r--r-- | graphics/nvidia-texture-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile index b3fca1e5059c..8a6f5c0d0d3e 100644 --- a/graphics/nvidia-texture-tools/Makefile +++ b/graphics/nvidia-texture-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= nvidia-texture-tools DISTVERSION= 2.0.8-1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ @@ -18,7 +18,7 @@ COMMENT= Texture Tools with support for DirectX 10 texture formats LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - IlmImf.6:${PORTSDIR}/graphics/OpenEXR + IlmImf:${PORTSDIR}/graphics/OpenEXR USE_CMAKE= yes CMAKE_ARGS= -DNVTT_SHARED=TRUE |