Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 10:09:04 +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: r455836 - head/math/ogdf
Message-ID:  <201712091009.vB9A94VI053719@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec  9 10:09:04 2017
New Revision: 455836
URL: https://svnweb.freebsd.org/changeset/ports/455836

Log:
  ogdf fails to build with python3

Modified:
  head/math/ogdf/Makefile

Modified: head/math/ogdf/Makefile
==============================================================================
--- head/math/ogdf/Makefile	Sat Dec  9 10:05:07 2017	(r455835)
+++ head/math/ogdf/Makefile	Sat Dec  9 10:09:04 2017	(r455836)
@@ -15,7 +15,7 @@ LICENSE_COMB=		dual
 LICENSE_FILE_GPLv2=	${WRKSRC}/LICENSE_GPL_v2.txt
 LICENSE_FILE_GPLv3=	${WRKSRC}/LICENSE_GPL_v3.txt
 
-USES=			compiler:features gmake python:build zip
+USES=			compiler:features gmake python:2.7,build zip
 USE_LDCONFIG=		yes
 LDFLAGS+=		-L${LOCALBASE}/lib
 



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