svn commit: r455855 - head/devel/py-roxlib

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 12:55:24 UTC 2017


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 at 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
 


More information about the svn-ports-head mailing list