diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:15:39 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:23:32 +0000 |
commit | 141807b6bad8494e1318f900d15fece8cd811876 (patch) | |
tree | c7d967464ef1c5bee39e03581c1f75a23fdf16c8 | |
parent | df7fba912e3e44c1300ed09d2f67f1c6b4c9bae6 (diff) | |
download | freebsd-ports-141807b6bad8494e1318f900d15fece8cd811876.zip |
graphics/py-graphviz: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/py-graphviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile index a95956027671..441272908701 100644 --- a/graphics/py-graphviz/Makefile +++ b/graphics/py-graphviz/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= dot:graphics/graphviz TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.6+ zip +USES= cpe python:3.6+ zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |