diff options
author | nork <nork@FreeBSD.org> | 2007-03-11 16:50:26 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2007-03-11 16:50:26 +0800 |
commit | 3bfd3a9293fced94b9f8604b6ac6352531f57eec (patch) | |
tree | 5bff2188c3341fbf6b89b430cd4d00d0d0c765d7 /graphics/cinepaint/Makefile | |
parent | 1b0fbcf7e2ac7581446e036565a6cd5e42012300 (diff) | |
download | freebsd-ports-gnome-3bfd3a9293fced94b9f8604b6ac6352531f57eec.tar.gz freebsd-ports-gnome-3bfd3a9293fced94b9f8604b6ac6352531f57eec.tar.zst freebsd-ports-gnome-3bfd3a9293fced94b9f8604b6ac6352531f57eec.zip |
o Update to 1.4.0
o Chase libraries version bump to depending on this port.
[NOTE]
I disabled FLTK support, so you can't use OpenEXR's applications.
Because I'm validating FLTK support.
Spotted by: Nikolaj Thygesen <nikolaj.thygesen <@> diamondbox.dk>
Obtained from: Florian Kainz <kainz <@> ilm.com>
Committed at: AsiaBSDCon 2007 in Tokyo, Japan
Memorial Committing with:
bushman, kuriyama, hrs, gnn, nobutaka, nyan, motoyuki, metal,
simokawa, akiyama, ume, rwatson, pjd, mckusick, takawata,
murray, cjh, brooks, daichi, delphij, ups, rrs
Diffstat (limited to 'graphics/cinepaint/Makefile')
-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" |