svn commit: r461598 - head/graphics/gif2png

Antoine Brodin antoine at FreeBSD.org
Mon Feb 12 15:49:40 UTC 2018


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
 


More information about the svn-ports-head mailing list