diff options
Diffstat (limited to 'graphics/fyre')
-rw-r--r-- | graphics/fyre/Makefile | 4 |
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 |