diff options
Diffstat (limited to 'devel/gdcm/Makefile')
-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 |