Chase lib version change of graphics/OpenEXR.

Forgotten by:	myself
This commit is contained in:
Norikatsu Shigemura 2004-06-10 02:56:56 +00:00
parent 64ac5bf132
commit 68e1ac533d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111191

View File

@ -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