svn commit: r427107 - head/graphics/ttygif

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Nov 25 11:37:36 UTC 2016


Author: amdmi3
Date: Fri Nov 25 11:37:35 2016
New Revision: 427107
URL: https://svnweb.freebsd.org/changeset/ports/427107

Log:
  - Remove USES=tar:bzip2 (bogus with USE_GITHUB)
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/ttygif/Makefile

Modified: head/graphics/ttygif/Makefile
==============================================================================
--- head/graphics/ttygif/Makefile	Fri Nov 25 11:26:18 2016	(r427106)
+++ head/graphics/ttygif/Makefile	Fri Nov 25 11:37:35 2016	(r427107)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	convert:graphics/ImageMagic
 USE_GITHUB=	yes
 GH_ACCOUNT=	icholy
 
-USES=		tar:bzip2 gmake
+USES=		gmake
 
 PLIST_FILES=	bin/${PORTNAME}
 


More information about the svn-ports-all mailing list