diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-18 13:20:29 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-18 13:20:29 +0000 |
commit | ea3f6fdeb3472a244462bba25f73876c8a6ed39c (patch) | |
tree | 7c84241dbe4eeda79e9eb7581542179b57b82064 /sysutils/py-uptime | |
parent | 724c4c1803a7e3d52824a106a8d9702a674c7dcf (diff) |
Notes
Diffstat (limited to 'sysutils/py-uptime')
-rw-r--r-- | sysutils/py-uptime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-uptime/Makefile b/sysutils/py-uptime/Makefile index 026debcba75b..a7de5cdcaf76 100644 --- a/sysutils/py-uptime/Makefile +++ b/sysutils/py-uptime/Makefile @@ -12,7 +12,7 @@ COMMENT= Cross-platform uptime library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= python:2.5+ +USES= python USE_PYTHON= autoplist distutils post-install: |