From a4e3fd6ab8eae5ab75528f600c117c541ee64b11 Mon Sep 17 00:00:00 2001 From: swills Date: Thu, 17 Jan 2013 03:32:27 +0000 Subject: - Chase lib version changes from ilmbase and OpenEXR updates --- graphics/gegl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/gegl') diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 750494dfc7fd..1915cf6c7a1b 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.1/ @@ -127,7 +127,7 @@ CONFIGURE_ARGS+=--without-lua .endif .if !defined(WITHOUT_OPENEXR) -LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR +LIB_DEPENDS+= IlmImf:${PORTSDIR}/graphics/OpenEXR PLIST_SUB+= OPENEXR="" .else CONFIGURE_ARGS+=--without-openexr -- cgit