On 2019/11/10 17:06, Paul Irofti wrote:
> Hi,
> 
> Here is a cflow-based port to draw pretty pictures of your C code. OK?
> 
> Paul

With this tweak because py-dot is now dual-flavour, it's OK sthen@

diff --git Makefile Makefile
index 22062e2..ad276c0 100644
--- Makefile
+++ Makefile
@@ -20,7 +20,7 @@ MODPY_SETUPTOOLS =    Yes
 MODPY_VERSION =                ${MODPY_DEFAULT_VERSION_3}
 
 RUN_DEPENDS =          devel/cflow \
-                       graphics/py-dot \
+                       graphics/py-dot${MODPY_FLAVOR} \
                        math/py-networkx
 
 .include <bsd.port.mk>

Reply via email to