svn commit: r455822 - head/security/gcipher
Antoine Brodin
antoine at FreeBSD.org
Sat Dec 9 09:07:07 UTC 2017
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
More information about the svn-ports-all
mailing list