diff options
Diffstat (limited to 'graphics/tiff2png')
-rw-r--r-- | graphics/tiff2png/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/tiff2png/Makefile b/graphics/tiff2png/Makefile index 077ed3fa1f1a..4fd6af745c38 100644 --- a/graphics/tiff2png/Makefile +++ b/graphics/tiff2png/Makefile @@ -7,6 +7,7 @@ PORTNAME= tiff2png PORTVERSION= 0.91 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -16,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Converts TIFF images to PNG format LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ + jpeg.10:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png MAKEFILE= Makefile.unx |