Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 12:25:00 +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: r455851 - head/chinese/pyzy
Message-ID:  <201712091225.vB9CP05e013368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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