From cfdef888cc60044c40b1bd03decdada08e29f1b7 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Sat, 16 Jan 2021 16:23:04 +0000 Subject: [PATCH] N.B. this port does not use distutils hence flavors *was not* defined. This only cropped up when integrating with cura itself. My fault for missing this. PR: ports/251236 Submitted by: Sebastian Approved by: implicit --- devel/py-pynest2d/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-pynest2d/Makefile b/devel/py-pynest2d/Makefile index 107d3298c29a..af83034bbfeb 100644 --- a/devel/py-pynest2d/Makefile +++ b/devel/py-pynest2d/Makefile @@ -2,6 +2,7 @@ PORTNAME= pynest2d DISTVERSION= 4.8.0 +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +19,7 @@ LIB_DEPENDS= libpolyclipping.so:graphics/polyclipping \ libnlopt.so:math/nlopt USES= python:3.6+ cmake compiler:c++11-lang pyqt:5 pkgconfig +USE_PYTHON= flavors USE_GITHUB= yes GH_TUPLE= Ultimaker:pynest2d:d31a381