From 68e1ac533ddbb9961d54252b263c0671807859ef Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Thu, 10 Jun 2004 02:56:56 +0000 Subject: [PATCH] Chase lib version change of graphics/OpenEXR. Forgotten by: myself --- graphics/cinepaint/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index a3b28a4fb981..1da6bced2bb6 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -7,7 +7,7 @@ PORTNAME= cinepaint PORTVERSION= 0.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -33,7 +33,7 @@ MAN1= cinepaint.1 cinepainttool.1 PLIST_SUB= VER=${PORTVERSION}-1 .if !defined(WITHOUT_OPENEXR) -LIB_DEPENDS+= IlmImf.0:${PORTSDIR}/graphics/OpenEXR +LIB_DEPENDS+= IlmImf.2:${PORTSDIR}/graphics/OpenEXR CONFIGURE_ARGS+= --with-openexr-prefix=${LOCALBASE} PLIST_SUB+= OPENEXR:="" .else