diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-20 01:59:35 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-20 01:59:35 +0800 |
commit | 9bef23ecc29dae54905bb65b16a9a12b9755b68d (patch) | |
tree | eae081012bb7ce89aaf16b01813aa97edd0f15f4 /sysutils/hatop | |
parent | d97de5c8eaf29f26fe7ef54245d7ca4925f62b60 (diff) | |
download | freebsd-ports-gnome-9bef23ecc29dae54905bb65b16a9a12b9755b68d.tar.gz freebsd-ports-gnome-9bef23ecc29dae54905bb65b16a9a12b9755b68d.tar.zst freebsd-ports-gnome-9bef23ecc29dae54905bb65b16a9a12b9755b68d.zip |
Clean up USES
With hat: portmgr
Diffstat (limited to 'sysutils/hatop')
-rw-r--r-- | sysutils/hatop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/hatop/Makefile b/sysutils/hatop/Makefile index d99ffa708698..acdac677468d 100644 --- a/sysutils/hatop/Makefile +++ b/sysutils/hatop/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3+ RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:net/haproxy -USES= python:2.7+ shebangfix +USES= python shebangfix SHEBANG_FILES= bin/hatop NO_BUILD= yes NO_ARCH= yes |