diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /net/neubot | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) | |
download | ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.gz ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.zip |
Notes
Diffstat (limited to 'net/neubot')
-rw-r--r-- | net/neubot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/neubot/Makefile b/net/neubot/Makefile index 62628bf9790b..415b3cafe21b 100644 --- a/net/neubot/Makefile +++ b/net/neubot/Makefile @@ -3,6 +3,7 @@ PORTNAME= neubot PORTVERSION= 0.4.16.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://releases.neubot.org/_packages/ @@ -13,7 +14,7 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:2 +USES= python:2.7 NO_BUILD= yes USERS= _neubot |