diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-01-17 16:05:38 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-01-17 16:05:38 +0000 |
commit | b8cc06a151d7b2d0856ae516e6d3c48dc3b745cf (patch) | |
tree | 4ce528a1a502780e1026138595162e536eae8ccd /graphics/pixie/Makefile | |
parent | a9dee8fed8fa448278b6026750d4a0fdebf37944 (diff) | |
download | ports-b8cc06a151d7b2d0856ae516e6d3c48dc3b745cf.tar.gz ports-b8cc06a151d7b2d0856ae516e6d3c48dc3b745cf.zip |
Notes
Diffstat (limited to 'graphics/pixie/Makefile')
-rw-r--r-- | graphics/pixie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index c9ad77571d81..74b10fb322a2 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -7,7 +7,7 @@ PORTNAME= pixie PORTVERSION= 2.2.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION} DISTNAME= Pixie-src-${PORTVERSION} @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A photorealistic renderer with Pixar's RenderMan-like interface BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ +LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ tiff.4:${PORTSDIR}/graphics/tiff \ fltk_gl.1:${PORTSDIR}/x11-toolkits/fltk |