diff options
Diffstat (limited to 'graphics/tiff2png/Makefile')
-rw-r--r-- | graphics/tiff2png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tiff2png/Makefile b/graphics/tiff2png/Makefile index 9b9c1008f4fe..79efd3df9f3d 100644 --- a/graphics/tiff2png/Makefile +++ b/graphics/tiff2png/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - png.4:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png MAKEFILE= Makefile.unx ALL_TARGET= tiff2png |