diff options
author | thierry <thierry@FreeBSD.org> | 2012-02-01 04:49:33 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2012-02-01 04:49:33 +0800 |
commit | db66f09767cf5f59041de5722f161063c6647d34 (patch) | |
tree | 8fe62459d9db5bfc9bff79c46987055185fb0e66 /net/neubot | |
parent | 0d4dfba0a745f17b77a04da72b82703afd4bc645 (diff) | |
download | freebsd-ports-gnome-db66f09767cf5f59041de5722f161063c6647d34.tar.gz freebsd-ports-gnome-db66f09767cf5f59041de5722f161063c6647d34.tar.zst freebsd-ports-gnome-db66f09767cf5f59041de5722f161063c6647d34.zip |
Add a missing dependency.
Diffstat (limited to 'net/neubot')
-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 |