Date: Mon, 18 Feb 2019 17:12:36 +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: r493279 - head/cad/freecad Message-ID: <201902181712.x1IHCauS019402@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902181712.x1IHCauS019402>