diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/neubot/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/neubot/Makefile b/net/neubot/Makefile index 58bbadfe6688..f11b80adc03d 100644 --- a/net/neubot/Makefile +++ b/net/neubot/Makefile @@ -7,6 +7,7 @@ PORTNAME= neubot PORTVERSION= 0.4.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://releases.neubot.org/_packages/ @@ -15,6 +16,8 @@ COMMENT= Measures neutrality of your network connection in the background LICENSE= GPLv3 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + USE_PYTHON= 2.5-2.9 NO_BUILD= yes |