svn commit: r518026 - head/cad/freecad

Antoine Brodin antoine at FreeBSD.org
Wed Nov 20 14:48:28 UTC 2019


Author: antoine
Date: Wed Nov 20 14:48:28 2019
New Revision: 518026
URL: https://svnweb.freebsd.org/changeset/ports/518026

Log:
  Unbreak bulk -a with non default version of python3

Modified:
  head/cad/freecad/Makefile

Modified: head/cad/freecad/Makefile
==============================================================================
--- head/cad/freecad/Makefile	Wed Nov 20 14:47:05 2019	(r518025)
+++ head/cad/freecad/Makefile	Wed Nov 20 14:48:28 2019	(r518026)
@@ -35,7 +35,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pivy-devel>0:graph
 		${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR}
 
 USES=		dos2unix compiler:c++11-lib cmake gl eigen:3 fortran jpeg \
-		localbase:ldflags pkgconfig python:3.6 localbase qt:5 xorg
+		localbase:ldflags pkgconfig python:3.6+ localbase qt:5 xorg
 USE_GITHUB=	yes
 USE_XORG=	ice sm x11 xext xt
 USE_GL=		gl glu


More information about the svn-ports-all mailing list