svn commit: r536956 - head/science/py-pymol

Antoine Brodin antoine at FreeBSD.org
Fri May 29 08:42:47 UTC 2020


Author: antoine
Date: Fri May 29 08:42:46 2020
New Revision: 536956
URL: https://svnweb.freebsd.org/changeset/ports/536956

Log:
  pymol fails to build with python 2.7
  
  Reported by:	pkg-fallout

Modified:
  head/science/py-pymol/Makefile

Modified: head/science/py-pymol/Makefile
==============================================================================
--- head/science/py-pymol/Makefile	Fri May 29 08:41:17 2020	(r536955)
+++ head/science/py-pymol/Makefile	Fri May 29 08:42:46 2020	(r536956)
@@ -26,7 +26,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py
 		${PYTHON_PKGNAMEPREFIX}Pmw>0:x11-toolkits/py-Pmw@${PY_FLAVOR} \
 		${PYNUMPY}
 
-USES=		compiler:c++11-lang gl gnome python shebangfix tar:bz2
+USES=		compiler:c++11-lang gl gnome python:3.5+ shebangfix tar:bz2
 USE_GITHUB=	yes
 GH_ACCOUNT=	schrodinger
 GH_PROJECT=	${PORTNAME}-open-source


More information about the svn-ports-all mailing list