diff options
author | adamw <adamw@FreeBSD.org> | 2004-01-25 10:21:53 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-01-25 10:21:53 +0800 |
commit | efc2e1615522e16ba2e99c5124801546735ba4dc (patch) | |
tree | 63d209982f1014290da147cf8afa193e9fc4bc28 /net/nicotine | |
parent | a6f5a539985e6e1a4f9676b9e9a37598fb1d16fd (diff) | |
download | freebsd-ports-gnome-efc2e1615522e16ba2e99c5124801546735ba4dc.tar.gz freebsd-ports-gnome-efc2e1615522e16ba2e99c5124801546735ba4dc.tar.zst freebsd-ports-gnome-efc2e1615522e16ba2e99c5124801546735ba4dc.zip |
Correct dependency on py-bsddb3.
Submitted by: bento via kris
Diffstat (limited to 'net/nicotine')
-rw-r--r-- | net/nicotine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index c9c63d84179c..02ac9ea83d09 100644 --- a/net/nicotine/Makefile +++ b/net/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 |