svn commit: r456310 - head/devel/git-bzr-ng

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 14 16:46:24 UTC 2017


Author: amdmi3
Date: Thu Dec 14 16:46:23 2017
New Revision: 456310
URL: https://svnweb.freebsd.org/changeset/ports/456310

Log:
  - Fix python dep

Modified:
  head/devel/git-bzr-ng/Makefile

Modified: head/devel/git-bzr-ng/Makefile
==============================================================================
--- head/devel/git-bzr-ng/Makefile	Thu Dec 14 16:44:44 2017	(r456309)
+++ head/devel/git-bzr-ng/Makefile	Thu Dec 14 16:46:23 2017	(r456310)
@@ -20,7 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	termie
 GH_TAGNAME=	9878a30
 
-USES=		python:2,run shebangfix
+USES=		python:2.7,run shebangfix
 SHEBANG_FILES=	git-bzr
 NO_BUILD=	yes
 NO_ARCH=	yes


More information about the svn-ports-head mailing list