Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2021 22:31:31 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 81bb1c7e2197 - main - x11/py-xdot: Add missing dependency NumPy
Message-ID:  <202105042231.144MVVKN039072@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=81bb1c7e2197256fd724e3edf056ad780c039b26

commit 81bb1c7e2197256fd724e3edf056ad780c039b26
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-04 22:30:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-04 22:31:28 +0000

    x11/py-xdot: Add missing dependency NumPy
    
    Approved by:    portmgr blanket
---
 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 713f658c65da..fda322f88e73 100644
--- a/x11/py-xdot/Makefile
+++ b/x11/py-xdot/Makefile
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105042231.144MVVKN039072>