x11/py-xdot: Add missing dependency NumPy

Approved by:	portmgr blanket
This commit is contained in:
Yuri Victorovich 2021-05-04 15:30:17 -07:00
parent 4fb87d8bfd
commit 81bb1c7e21

View File

@ -1,5 +1,6 @@
PORTNAME= xdot
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= x11 python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -9,7 +10,8 @@ COMMENT= Interactive viewer for Graphviz dot files
LICENSE= LGPL3+
RUN_DEPENDS= dot:graphics/graphviz
RUN_DEPENDS= dot:graphics/graphviz \
${PYNUMPY}
USES= gnome python:3.4+
USE_PYTHON= autoplist distutils