Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 12:55:23 +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: r455855 - head/devel/py-roxlib
Message-ID:  <201712091255.vB9CtNFX026001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec  9 12:55:23 2017
New Revision: 455855
URL: https://svnweb.freebsd.org/changeset/ports/455855

Log:
  py-roxlib is not compatible with python3

Modified:
  head/devel/py-roxlib/Makefile

Modified: head/devel/py-roxlib/Makefile
==============================================================================
--- head/devel/py-roxlib/Makefile	Sat Dec  9 12:50:20 2017	(r455854)
+++ head/devel/py-roxlib/Makefile	Sat Dec  9 12:55:23 2017	(r455855)
@@ -11,7 +11,7 @@ DISTNAME=	rox-lib2-${PORTVERSION}
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Python libraries for ROX
 
-USES=		python shebangfix tar:bzip2
+USES=		python:2.7 shebangfix tar:bzip2
 USE_GNOME=	pygtk2:run
 SHEBANG_FILES=	ROX-Lib2/AppRun ROX-Lib2/python/make_docs.py
 



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