diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-01-25 11:07:50 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-01-25 11:07:50 +0000 |
commit | d79ff76e2426d87a8ad0a9731e6e4ebef6d01090 (patch) | |
tree | 563a40b6ae1519cfbef58e63b360c073f2240e7b /sysutils | |
parent | bb347f42ed1ff2d58ab1a4df7b3db4e811a094ce (diff) |
Make portlint happier with my ports (reorder variables)
Notes
Notes:
svn path=/head/; revision=459919
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/backupchecker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/backupchecker/Makefile b/sysutils/backupchecker/Makefile index 0ab7835d89d5..3c68a715a267 100644 --- a/sysutils/backupchecker/Makefile +++ b/sysutils/backupchecker/Makefile @@ -10,10 +10,10 @@ COMMENT= Fully automated backup checker LICENSE= GPLv3 -USE_GITHUB= yes - NO_ARCH= yes + USES= python:3.3+ +USE_GITHUB= yes USE_PYTHON= autoplist distutils optsuffix PORTDOCS= README.md |