Index: head/graphics/gif2png/Makefile =================================================================== --- head/graphics/gif2png/Makefile (revision 461597) +++ head/graphics/gif2png/Makefile (revision 461598) @@ -1,26 +1,26 @@ # Created by: saper@system.pl # $FreeBSD$ PORTNAME= gif2png PORTVERSION= 2.5.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.catb.org/~esr/gif2png/ MAINTAINER= saper@saper.info COMMENT= Converts GIF images to a PNG format LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= localbase:ldflags python:2,run shebangfix +USES= localbase:ldflags python:2.7,run shebangfix SHEBANG_FILES= web2png GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} bin/web2png \ man/man1/gif2png.1.gz \ man/man1/web2png.1.gz .include