svn commit: r455851 - head/chinese/pyzy

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 12:25:02 UTC 2017


Author: antoine
Date: Sat Dec  9 12:25:00 2017
New Revision: 455851
URL: https://svnweb.freebsd.org/changeset/ports/455851

Log:
  pyzy doesn't build with python3

Modified:
  head/chinese/pyzy/Makefile

Modified: head/chinese/pyzy/Makefile
==============================================================================
--- head/chinese/pyzy/Makefile	Sat Dec  9 12:21:08 2017	(r455850)
+++ head/chinese/pyzy/Makefile	Sat Dec  9 12:25:00 2017	(r455851)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
 USE_GITHUB=	yes
 GH_TAGNAME=	6d9c3cd
 
-USES=		compiler:c++11-lib gmake libtool pkgconfig python:build shebangfix autoreconf gettext-runtime pathfix
+USES=		compiler:c++11-lib gmake libtool pkgconfig python:2.7,build shebangfix autoreconf gettext-runtime pathfix
 SHEBANG_FILES=	data/db/android/create_db.py
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list