Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 09:07:06 +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: r455822 - head/security/gcipher
Message-ID:  <201712090907.vB9976Ap026948@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec  9 09:07:05 2017
New Revision: 455822
URL: https://svnweb.freebsd.org/changeset/ports/455822

Log:
  gcipher is not compatible with python3

Modified:
  head/security/gcipher/Makefile

Modified: head/security/gcipher/Makefile
==============================================================================
--- head/security/gcipher/Makefile	Sat Dec  9 09:00:30 2017	(r455821)
+++ head/security/gcipher/Makefile	Sat Dec  9 09:07:05 2017	(r455822)
@@ -14,7 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GNOME=	pygnome2
-USES=		python shebangfix
+USES=		python:2.7 shebangfix
 SHEBANG_FILES=	src/gcipher
 NO_ARCH=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712090907.vB9976Ap026948>