diff options
Diffstat (limited to 'graphics/pngnq/Makefile')
-rw-r--r-- | graphics/pngnq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pngnq/Makefile b/graphics/pngnq/Makefile index 30f002c12658..540380192b96 100644 --- a/graphics/pngnq/Makefile +++ b/graphics/pngnq/Makefile @@ -7,7 +7,7 @@ PORTNAME= pngnq PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= stb@lassitu.de COMMENT= A tool for quantizing PNG images in RGBA format -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTVERSION} |