Without numpy childsplay fails to start (see cairoimage.py).

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/games/childsplay/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile    23 Feb 2021 19:39:22 -0000      1.31
+++ Makefile    7 Mar 2021 11:41:22 -0000
@@ -4,7 +4,7 @@ COMMENT=        collection of educational activ
 
 DISTNAME=      childsplay-2.6.5
 EXTRACT_SUFX=  .tgz
-REVISION =     3
+REVISION =     4
 
 CATEGORIES=    games education
 
@@ -23,6 +23,7 @@ BUILD_DEPENDS=        ${_MODPY_BUILD_DEPENDS}
 
 RUN_DEPENDS=   databases/py-sqlalchemy \
                devel/pygame \
+               math/py-numpy \
                x11/py-gtk2
 
 NO_TEST=       Yes

Reply via email to