diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
commit | 5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /net/neubot/Makefile | |
parent | 243c0ad4d0252af27fdabdff1c8e04581608e044 (diff) | |
download | ports-5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66.tar.gz ports-5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66.zip |
Notes
Diffstat (limited to 'net/neubot/Makefile')
-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 |