diff options
Diffstat (limited to 'graphics/gif2png/Makefile')
-rw-r--r-- | graphics/gif2png/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index e033763aa82b..93186241d391 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gif2png -PORTVERSION= 2.4.6 -PORTREVISION= 1 +PORTVERSION= 2.5.1 CATEGORIES= graphics MASTER_SITES= http://www.catb.org/~esr/gif2png/ @@ -15,11 +14,11 @@ MAINTAINER= saper@system.pl COMMENT= Converts GIF images to a PNG format LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" USE_GMAKE= yes +USE_PYTHON_RUN= yes MAN1= gif2png.1 web2png.1 |