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 /devel/gdcm | |
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 'devel/gdcm')
-rw-r--r-- | devel/gdcm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gdcm/Makefile b/devel/gdcm/Makefile index 11eb4401909e..9f8c9a26f58b 100644 --- a/devel/gdcm/Makefile +++ b/devel/gdcm/Makefile @@ -3,13 +3,14 @@ PORTNAME= gdcm PORTVERSION= ${GDCM_MAJOR}.${GDCM_MINOR}.${GDCM_PATCH} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/gdcm/gdcm%202.x/GDCM%20${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= Grassroots DICOM library -LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg \ +LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \ libexpat.so:${PORTSDIR}/textproc/expat2 OPTIONS_DEFINE= DOCS |