diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-03-04 18:55:23 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-03-04 18:55:23 +0800 |
commit | f248f6a5c2024ae1cac4858af892eff51ce83cd2 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /net/neubot | |
parent | fe491b3e430f625dda9b358003d21dde0c9e9ccd (diff) | |
download | freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.tar.gz freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.tar.zst freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.zip |
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Diffstat (limited to 'net/neubot')
-rw-r--r-- | net/neubot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/neubot/Makefile b/net/neubot/Makefile index ac9d2fc3a92a..7b61ed7613b3 100644 --- a/net/neubot/Makefile +++ b/net/neubot/Makefile @@ -11,7 +11,7 @@ COMMENT= Measures neutrality of your network connection in the background LICENSE= GPLv3 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 USE_PYTHON= 2.5-2.9 |