Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 11:39:45 +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: r455843 - head/science/mei
Message-ID:  <201712091139.vB9BdjGs091645@repo.freebsd.org>

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



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