diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-03-11 08:50:26 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-03-11 08:50:26 +0000 |
commit | 6ed6dba53f7727f76189d43bcaac071f15a544b6 (patch) | |
tree | b6547f447b9449175a956f6ca0f40bf2a099e89a /graphics/cinepaint | |
parent | aed41fd8ac3896904c3e2cabd994c6edc81acf5c (diff) | |
download | ports-6ed6dba53f7727f76189d43bcaac071f15a544b6.tar.gz ports-6ed6dba53f7727f76189d43bcaac071f15a544b6.zip |
Notes
Diffstat (limited to 'graphics/cinepaint')
-rw-r--r-- | graphics/cinepaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 0a7221c732d1..c1a1174649a8 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -7,6 +7,7 @@ PORTNAME= cinepaint PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -35,7 +36,7 @@ PLIST_SUB= VER=${PORTVERSION}-1 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-1 .if !defined(WITHOUT_OPENEXR) -LIB_DEPENDS+= IlmImf.2:${PORTSDIR}/graphics/OpenEXR \ +LIB_DEPENDS+= IlmImf.4:${PORTSDIR}/graphics/OpenEXR \ fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads CONFIGURE_ARGS+= --with-openexr-prefix=${LOCALBASE} CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/OpenEXR" |