git: 4308cde1fc82 - main - devel/py-breathe: add graphviz to _DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Mar 2023 10:34:54 UTC
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4308cde1fc8278edb911f909f83534a5637b7f40
commit 4308cde1fc8278edb911f909f83534a5637b7f40
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2023-03-22 10:32:19 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2023-03-22 10:32:19 +0000
devel/py-breathe: add graphviz to _DEPENDS
PR: 270402
Reported by: mord0d@firemail.cc
---
devel/py-breathe/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/py-breathe/Makefile b/devel/py-breathe/Makefile
index 00e3226e8729..eff3b074ab47 100644
--- a/devel/py-breathe/Makefile
+++ b/devel/py-breathe/Makefile
@@ -1,5 +1,6 @@
PORTNAME= breathe
PORTVERSION= 4.35.0
+PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>=0:textproc/py-furo@${PY_FLAVOR} \
+ graphviz>=0:graphics/graphviz \
${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx-copybutton>=0:textproc/py-sphinx-copybutton@${PY_FLAVOR} \
doxygen:devel/doxygen