diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-08 04:23:31 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-08 04:23:31 +0000 |
commit | c86ea57e01d4db8388f074725758ba0026070354 (patch) | |
tree | b9843466f420fc8809fb90dc322a6e9a143a4c36 /net-p2p/nicotine-plus | |
parent | b13c5627c0249f6fc87b868656463f59f3c0a68c (diff) | |
download | ports-c86ea57e01d4db8388f074725758ba0026070354.tar.gz ports-c86ea57e01d4db8388f074725758ba0026070354.zip |
Notes
Diffstat (limited to 'net-p2p/nicotine-plus')
-rw-r--r-- | net-p2p/nicotine-plus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile index 07f219e77170..54be80906b14 100644 --- a/net-p2p/nicotine-plus/Makefile +++ b/net-p2p/nicotine-plus/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://nicotine.thegraveyard.org/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 SoulSeek filesharing client -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ + ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3 USE_BZIP2= yes USE_PYTHON= yes |