diff options
Diffstat (limited to 'graphics/pngcrush/Makefile')
-rw-r--r-- | graphics/pngcrush/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index bf78fa8288ab..81f19aae2cce 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -7,6 +7,7 @@ PORTNAME= pngcrush PORTVERSION= 1.7.28 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib MAINTAINER= jsa@FreeBSD.org COMMENT= An optimizer for PNG files -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_XZ= yes USE_GMAKE= yes |