diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-03 16:25:31 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-03 16:25:31 +0800 |
commit | 38308bbce8121d08ed2d1addc44a6d4af9b1d8da (patch) | |
tree | 19fcb52e1a08c10e10288210eaf522890abc2def /ports-mgmt | |
parent | 574e3bddf9eae410ebf30e17e38f77fb6ec3d85f (diff) | |
download | freebsd-ports-gnome-38308bbce8121d08ed2d1addc44a6d4af9b1d8da.tar.gz freebsd-ports-gnome-38308bbce8121d08ed2d1addc44a6d4af9b1d8da.tar.zst freebsd-ports-gnome-38308bbce8121d08ed2d1addc44a6d4af9b1d8da.zip |
- Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/porttree/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/porttree/Makefile b/ports-mgmt/porttree/Makefile index 4097bfe1cfd9..bcda290171b5 100644 --- a/ports-mgmt/porttree/Makefile +++ b/ports-mgmt/porttree/Makefile @@ -12,9 +12,9 @@ COMMENT= Show dependences of FreeBSD port as pseudo graphical tree LICENSE= MIT -USES= python tar:bzip2 shebangfix +USES= python:2.7 tar:bzip2 shebangfix -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=1.5:math/py-networkx +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=1.5:math/py-networkx@${PY_FLAVOR} .if target(gen-dist) FETCH_DEPENDS+= svn:devel/subversion |