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/aqsis | |
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/aqsis')
-rw-r--r-- | graphics/aqsis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index a9a8db4d5f3e..95f2b8455e15 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -8,6 +8,7 @@ PORTNAME= aqsis PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} @@ -19,7 +20,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ +LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ tiff.4:${PORTSDIR}/graphics/tiff \ fltk.1:${PORTSDIR}/x11-toolkits/fltk |