svn commit: r493279 - head/cad/freecad

Antoine Brodin antoine at FreeBSD.org
Mon Feb 18 17:12:38 UTC 2019


Author: antoine
Date: Mon Feb 18 17:12:36 2019
New Revision: 493279
URL: https://svnweb.freebsd.org/changeset/ports/493279

Log:
  Fix build with DEFAULT_VERSIONS=python=3.x
  
  PR:		235835

Modified:
  head/cad/freecad/Makefile

Modified: head/cad/freecad/Makefile
==============================================================================
--- head/cad/freecad/Makefile	Mon Feb 18 17:08:38 2019	(r493278)
+++ head/cad/freecad/Makefile	Mon Feb 18 17:12:36 2019	(r493279)
@@ -12,7 +12,7 @@ COMMENT=	General purpose 3D CAD modeller
 LICENSE=	LGPL20+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	pyside2-rcc:devel/pyside2-tools \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyside2-tools>0:devel/pyside2-tools@${PY_FLAVOR} \
 		swig3.0:devel/swig30
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libfreetype.so:print/freetype2 \


More information about the svn-ports-all mailing list