Date: Mon, 12 Feb 2018 15:49:39 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461598 - head/graphics/gif2png Message-ID: <201802121549.w1CFnd8W013869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Feb 12 15:49:39 2018 New Revision: 461598 URL: https://svnweb.freebsd.org/changeset/ports/461598 Log: Remove dependency on the python2 metaport Modified: head/graphics/gif2png/Makefile Modified: head/graphics/gif2png/Makefile ============================================================================== --- head/graphics/gif2png/Makefile Mon Feb 12 15:47:22 2018 (r461597) +++ head/graphics/gif2png/Makefile Mon Feb 12 15:49:39 2018 (r461598) @@ -3,7 +3,7 @@ PORTNAME= gif2png PORTVERSION= 2.5.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.catb.org/~esr/gif2png/ @@ -15,7 +15,7 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802121549.w1CFnd8W013869>