aboutsummaryrefslogtreecommitdiff
path: root/graphics/cinepaint
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-06-10 02:56:56 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-06-10 02:56:56 +0000
commit68e1ac533ddbb9961d54252b263c0671807859ef (patch)
tree0c988b01054576ad1681781a6e7948e5b183a5bd /graphics/cinepaint
parent64ac5bf13218ba75ff5985636a8bc6b721982ff8 (diff)
downloadports-68e1ac533ddbb9961d54252b263c0671807859ef.tar.gz
ports-68e1ac533ddbb9961d54252b263c0671807859ef.zip
Notes
Diffstat (limited to 'graphics/cinepaint')
-rw-r--r--graphics/cinepaint/Makefile4
1 files 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