diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-03 16:25:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-03 16:25:31 +0800 |
commit | 8a95dfb7081713d43136314a1408503a79a9464d (patch) | |
tree | 19fcb52e1a08c10e10288210eaf522890abc2def /net-mgmt | |
parent | 326e1340140c5561cf3279055ceed8b18d4d6b69 (diff) | |
download | freebsd-ports-gnome-8a95dfb7081713d43136314a1408503a79a9464d.tar.gz freebsd-ports-gnome-8a95dfb7081713d43136314a1408503a79a9464d.tar.zst freebsd-ports-gnome-8a95dfb7081713d43136314a1408503a79a9464d.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 '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 |