svn commit: r455836 - head/math/ogdf

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 10:09:05 UTC 2017


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
 


More information about the svn-ports-head mailing list