diff options
author | nork <nork@FreeBSD.org> | 2004-06-10 10:56:56 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-06-10 10:56:56 +0800 |
commit | 6a85befe48e79ab44108be04d2fc17ef865f61c3 (patch) | |
tree | 00da7798b6fb4c9c57015c0211be40b279561a41 | |
parent | d99c4a7f7a97da92f90df4b19496c3c831c08841 (diff) | |
download | freebsd-ports-gnome-6a85befe48e79ab44108be04d2fc17ef865f61c3.tar.gz freebsd-ports-gnome-6a85befe48e79ab44108be04d2fc17ef865f61c3.tar.zst freebsd-ports-gnome-6a85befe48e79ab44108be04d2fc17ef865f61c3.zip |
Chase lib version change of graphics/OpenEXR.
Forgotten by: myself
-rw-r--r-- | graphics/cinepaint/Makefile | 4 |
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 |