diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-05-26 14:42:44 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-05-26 14:42:44 +0000 |
commit | 097c01dd0ace18abed4d23be1149c3197bf26482 (patch) | |
tree | b4fd1c0da900b47d7f7bd9ff430fdf2a56aa044d /graphics/mtpaint | |
parent | 87071670038c8619010478caa9a161eb3f9da989 (diff) | |
download | ports-097c01dd0ace18abed4d23be1149c3197bf26482.tar.gz ports-097c01dd0ace18abed4d23be1149c3197bf26482.zip |
Update openjpeg to 2.1.0.
Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15
and update users.
Approved by: portmgr (implicit) for NO_STAGE ports
Notes
Notes:
svn path=/head/; revision=355352
Diffstat (limited to 'graphics/mtpaint')
-rw-r--r-- | graphics/mtpaint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mtpaint/Makefile b/graphics/mtpaint/Makefile index d564cb4f29be..bba94b20b7c9 100644 --- a/graphics/mtpaint/Makefile +++ b/graphics/mtpaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= mtpaint PORTVERSION= 3.40 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF @@ -41,7 +41,7 @@ CONFIGURE_ARGS+=nolcms .endif .if ${PORT_OPTIONS:MOPENJPEG} -LIB_DEPENDS+= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg +LIB_DEPENDS+= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 CONFIGURE_ARGS+=jp2 .else LIB_DEPENDS+= libjasper.so:${PORTSDIR}/graphics/jasper |