svn commit: r455843 - head/science/mei

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 11:39:46 UTC 2017


Author: antoine
Date: Sat Dec  9 11:39:45 2017
New Revision: 455843
URL: https://svnweb.freebsd.org/changeset/ports/455843

Log:
  mei fails to build with python3

Modified:
  head/science/mei/Makefile

Modified: head/science/mei/Makefile
==============================================================================
--- head/science/mei/Makefile	Sat Dec  9 11:36:48 2017	(r455842)
+++ head/science/mei/Makefile	Sat Dec  9 11:39:45 2017	(r455843)
@@ -15,7 +15,7 @@ LICENSE=	LGPL21
 LIB_DEPENDS=	libbft.so:science/bft
 BUILD_DEPENDS=	swig:devel/swig13
 
-USES=		libtool python
+USES=		libtool python:2.7
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_PYEXE=${PYTHON_CMD}


More information about the svn-ports-head mailing list