diff options
Diffstat (limited to 'graphics/gif2png/Makefile')
-rw-r--r-- | graphics/gif2png/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index acfb62ffc034..82f549f4939e 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -7,13 +7,14 @@ PORTNAME= gif2png PORTVERSION= 2.5.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.catb.org/~esr/gif2png/ MAINTAINER= saper@saper.info COMMENT= Converts GIF images to a PNG format -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_PYTHON_RUN= yes GNU_CONFIGURE= yes |