diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-25 02:21:53 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-25 02:21:53 +0000 |
commit | 9eb9660a1051edfb9a4d8e19dc7f8375272de872 (patch) | |
tree | 11c92ecaea41e4e5fff4d1340c9bcd49c1d03d3b /net-p2p/nicotine | |
parent | 89fa0110cc21baf418236438e31189c4720817fc (diff) | |
download | ports-9eb9660a1051edfb9a4d8e19dc7f8375272de872.tar.gz ports-9eb9660a1051edfb9a4d8e19dc7f8375272de872.zip |
Notes
Diffstat (limited to 'net-p2p/nicotine')
-rw-r--r-- | net-p2p/nicotine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/nicotine/Makefile b/net-p2p/nicotine/Makefile index c9c63d84179c..02ac9ea83d09 100644 --- a/net-p2p/nicotine/Makefile +++ b/net-p2p/nicotine/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 SoulSeek filesharing client RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/bsddb/_bsddb.so:${PORTSDIR}/databases/py-bsddb + ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb USE_BZIP2= yes USE_PYTHON= yes |