diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-01-17 03:32:27 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-01-17 03:32:27 +0000 |
commit | bb851b402873d820e2c568c9daf2980a883c8943 (patch) | |
tree | 21a89118c4f60e0218d4ed4fbb1ea08b017366ae /graphics/cinepaint | |
parent | 0b4cbd2d206975ef717968f7790baafdd9256e10 (diff) | |
download | ports-bb851b402873d820e2c568c9daf2980a883c8943.tar.gz ports-bb851b402873d820e2c568c9daf2980a883c8943.zip |
Notes
Diffstat (limited to 'graphics/cinepaint')
-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 687ea4c5a644..8330fe280b90 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -7,7 +7,7 @@ PORTNAME= cinepaint PORTVERSION= 0.22 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/CinePaint/CinePaint-${PORTVERSION}-1 DISTNAME= ${PORTNAME}-${PORTVERSION}-1 @@ -45,7 +45,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lintl .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENEXR} -LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ +LIB_DEPENDS+= IlmImf:${PORTSDIR}/graphics/OpenEXR \ fltk.1:${PORTSDIR}/x11-toolkits/fltk CONFIGURE_ARGS+= --with-openexr-prefix=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include/openEXR |