git: 830b6576b2c1 - 2021Q2 - x11/py-xdot: Add missing dependency NumPy
Yuri Victorovich
yuri at FreeBSD.org
Tue May 4 22:32:49 UTC 2021
The branch 2021Q2 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=830b6576b2c1eca382ef8834515c8ee5b642196f
commit 830b6576b2c1eca382ef8834515c8ee5b642196f
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-04 22:30:17 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-04 22:32:19 +0000
x11/py-xdot: Add missing dependency NumPy
Approved by: portmgr blanket
(cherry picked from commit 81bb1c7e2197256fd724e3edf056ad780c039b26)
---
x11/py-xdot/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/x11/py-xdot/Makefile b/x11/py-xdot/Makefile
index 5a855ffa4564..70f9db571b11 100644
--- a/x11/py-xdot/Makefile
+++ b/x11/py-xdot/Makefile
@@ -1,6 +1,7 @@
PORTNAME= xdot
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= x11 python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,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
More information about the dev-commits-ports-all
mailing list