diff options
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 83ce540b134b..bffbd4882f44 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -7,7 +7,7 @@ PORTNAME= netpbm PORTVERSION= ${NETPBM_PORTVERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= # defined later PKGNAMESUFFIX= ${NETPBM_SUFFIX}${PKGNAMESUFFIX2} @@ -22,7 +22,7 @@ COMMENT= A toolkit for conversion of images between different formats LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ + png.6:${PORTSDIR}/graphics/png \ jbig.1:${PORTSDIR}/graphics/jbigkit # jasper.4:${PORTSDIR}/graphics/jasper @@ -43,7 +43,7 @@ DEVEL_PORTVERSION= 10.31 .if defined(WITH_NETPBM_DEVEL) MASTER_SITES= SF/netpbm/archive_of_old_release_system/${PORTVERSION} NETPBM_PORTVERSION= ${DEVEL_PORTVERSION} -PORTREVISION= 3 +PORTREVISION= 4 NETPBM_SUFFIX= -devel CONFLICTS+= netpbm-10.26.* LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 |