diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-03 08:25:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-03 08:25:31 +0000 |
commit | 38308bbce8121d08ed2d1addc44a6d4af9b1d8da (patch) | |
tree | 19fcb52e1a08c10e10288210eaf522890abc2def /net-mgmt | |
parent | 574e3bddf9eae410ebf30e17e38f77fb6ec3d85f (diff) | |
download | ports-38308bbce8121d08ed2d1addc44a6d4af9b1d8da.tar.gz ports-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
Notes
Notes:
svn path=/head/; revision=455392
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pdagent-integrations/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/pdagent-integrations/Makefile b/net-mgmt/pdagent-integrations/Makefile index 5696c2de2cdf..2b0fd8ef3277 100644 --- a/net-mgmt/pdagent-integrations/Makefile +++ b/net-mgmt/pdagent-integrations/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdagent>0:net-mgmt/py-pdagent -USES= python shebangfix +USES= python:2.7 shebangfix USE_GITHUB= yes GH_ACCOUNT= PagerDuty |