diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-19 17:59:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-19 17:59:35 +0000 |
commit | 9bef23ecc29dae54905bb65b16a9a12b9755b68d (patch) | |
tree | eae081012bb7ce89aaf16b01813aa97edd0f15f4 /ports-mgmt | |
parent | d97de5c8eaf29f26fe7ef54245d7ca4925f62b60 (diff) |
Clean up USES
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=526520
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile index 51485dc30971..53f702fcb560 100644 --- a/ports-mgmt/portell/Makefile +++ b/ports-mgmt/portell/Makefile @@ -12,7 +12,7 @@ COMMENT= Quick display of FreeBSD port descriptions RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:databases/py-bsddb@${PY_FLAVOR} -USES= python:-2.7 shebangfix zip +USES= python:2.7 shebangfix zip SHEBANG_FILES= *.py NO_BUILD= yes |