diff options
Diffstat (limited to 'graphics/povray37/Makefile')
-rw-r--r-- | graphics/povray37/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 16fcd7209034..4f903e6e9278 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -3,7 +3,7 @@ PORTNAME= povray DISTVERSIONPREFIX= v DISTVERSION= 3.7.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics PKGNAMESUFFIX= 37 @@ -79,9 +79,9 @@ CONFIGURE_ARGS+=--without-libtiff .if ${PORT_OPTIONS:MOPENEXR} .if ${PORT_OPTIONS:MSTATIC} -BUILD_DEPENDS+= OpenEXR>=1.6:graphics/OpenEXR +BUILD_DEPENDS+= openexr>=1.6:graphics/openexr .else -LIB_DEPENDS+= libIlmImf.so:graphics/OpenEXR +LIB_DEPENDS+= libIlmImf.so:graphics/openexr CPPFLAGS+= -I${LOCALBASE}/include/OpenEXR .endif .else |