diff options
Diffstat (limited to 'sysutils/azure-agent/Makefile')
| -rw-r--r-- | sysutils/azure-agent/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/azure-agent/Makefile b/sysutils/azure-agent/Makefile index 6c8d6c3a699b..41bce154b84d 100644 --- a/sysutils/azure-agent/Makefile +++ b/sysutils/azure-agent/Makefile @@ -1,6 +1,6 @@ PORTNAME= azure-agent PORTVERSION= 2.12.0.2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -10,14 +10,14 @@ WWW= https://github.com/Azure/WALinuxAgent/ LICENSE= APACHE20 -RUN_DEPENDS= sudo:security/sudo \ - bash:shells/bash \ +RUN_DEPENDS= bash:shells/bash \ dmidecode:sysutils/dmidecode \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \ ca_root_nss>0:security/ca_root_nss +NO_ARCH= yes NO_BUILD= yes -USES= python shebangfix +USES= python shebangfix sudo SHEBANG_FILES= bin/waagent bin/waagent2.0 |
