diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-01-17 03:32:27 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-01-17 03:32:27 +0000 |
commit | bb851b402873d820e2c568c9daf2980a883c8943 (patch) | |
tree | 21a89118c4f60e0218d4ed4fbb1ea08b017366ae /graphics/fyre | |
parent | 0b4cbd2d206975ef717968f7790baafdd9256e10 (diff) |
Notes
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 |