From 2be561d5b8d6db5bf71944145fa88511e0837cb9 Mon Sep 17 00:00:00 2001 From: dinoex Date: Fri, 21 May 2010 11:05:06 +0000 Subject: - add jasper as dependecy - bump PORTREVISION --- graphics/netpbm/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics') diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 9dd0023cd639..c0671eca60c2 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -7,7 +7,7 @@ PORTNAME= netpbm PORTVERSION= ${NETPBM_PORTVERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= # defined later PKGNAMESUFFIX= ${NETPBM_SUFFIX}${PKGNAMESUFFIX2} @@ -23,8 +23,8 @@ COMMENT= A toolkit for conversion of images between different formats LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ - jbig.1:${PORTSDIR}/graphics/jbigkit -# jasper.4:${PORTSDIR}/graphics/jasper + jbig.1:${PORTSDIR}/graphics/jbigkit \ + jasper.4:${PORTSDIR}/graphics/jasper MAKE_JOBS_UNSAFE= yes CONFLICTS= mgetty-1.* @@ -44,9 +44,9 @@ DEVEL_PORTVERSION= 10.35.74 .if defined(WITH_NETPBM_DEVEL) MASTER_SITES= SF/netpbm/super_stable/${DEVEL_PORTVERSION} NETPBM_PORTVERSION= ${DEVEL_PORTVERSION} -PORTREVISION= 0 +PORTREVISION= 1 NETPBM_SUFFIX= -devel -#CONFLICTS+= netpbm-10.26.* +CONFLICTS+= netpbm-10.26.* LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 PATCHDIR?= ${MASTERDIR}/../netpbm-devel/files USE_XORG= x11 -- cgit