aboutsummaryrefslogtreecommitdiff
path: root/graphics/fyre
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-01-17 03:32:27 +0000
committerSteve Wills <swills@FreeBSD.org>2013-01-17 03:32:27 +0000
commitbb851b402873d820e2c568c9daf2980a883c8943 (patch)
tree21a89118c4f60e0218d4ed4fbb1ea08b017366ae /graphics/fyre
parent0b4cbd2d206975ef717968f7790baafdd9256e10 (diff)
downloadports-bb851b402873d820e2c568c9daf2980a883c8943.tar.gz
ports-bb851b402873d820e2c568c9daf2980a883c8943.zip
- Chase lib version changes from ilmbase and OpenEXR updates
Notes
Notes: svn path=/head/; revision=310536
Diffstat (limited to 'graphics/fyre')
-rw-r--r--graphics/fyre/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/fyre/Makefile b/graphics/fyre/Makefile
index d3c5cdb4a011..ee4d573eb3e0 100644
--- a/graphics/fyre/Makefile
+++ b/graphics/fyre/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fyre
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://releases.navi.cx/fyre/
@@ -36,7 +36,7 @@ CFLAGS+= -march=native -O3 -ffast-math -fomit-frame-pointer
.endif
.if ${PORT_OPTIONS:MOPENEXR}
-LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR
+LIB_DEPENDS+= IlmImf:${PORTSDIR}/graphics/OpenEXR
.else
CONFIGURE_ARGS+=--disable-openexr
.endif