diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
commit | 551be3c7231225ed9c26479af2b8914fb2ef0ea8 (patch) | |
tree | d296c82a71504382f4faefa0bf8d7be384ea1105 /sysutils/farbot | |
parent | 02f9c9be1699251467efc027f210049dfe14f9c5 (diff) |
Notes
Diffstat (limited to 'sysutils/farbot')
-rw-r--r-- | sysutils/farbot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/farbot/Makefile b/sysutils/farbot/Makefile index 8766416b9c65..cc1921b1152d 100644 --- a/sysutils/farbot/Makefile +++ b/sysutils/farbot/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= threerings GH_PROJECT= farbot GH_TAGNAME= c824009 -USES= python +USES= python:2.7 USE_PYTHON= distutils autoplist PYDISTUTILS_PKGNAME= farb PYDISTUTILS_PKGVERSION= 0.1 |