diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-02-19 01:12:36 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-02-19 01:12:36 +0800 |
commit | d536841267dd828658f7e9c51e9ca1321aa54582 (patch) | |
tree | c1482fca2234510b61ee19d1831fb2fe77f04d66 | |
parent | a2088773274ce2e629d211335d3dfa7891a3c5c3 (diff) | |
download | freebsd-ports-gnome-d536841267dd828658f7e9c51e9ca1321aa54582.tar.gz freebsd-ports-gnome-d536841267dd828658f7e9c51e9ca1321aa54582.tar.zst freebsd-ports-gnome-d536841267dd828658f7e9c51e9ca1321aa54582.zip |
Fix build with DEFAULT_VERSIONS=python=3.x
PR: 235835
-rw-r--r-- | cad/freecad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index 5474b9d063eb..9675f012e61b 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -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 \ |