From 08b5ddd1baef7020941dae77e28b67a10c8f0e16 Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 8 Jan 2004 05:43:33 +0000 Subject: Correct py-bsddb dependency. When submitter said the app needed py-bsddb, I automatically assumed py-bsddb3. --- net-p2p/nicotine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-p2p/nicotine') diff --git a/net-p2p/nicotine/Makefile b/net-p2p/nicotine/Makefile index 54be80906b1..c9c63d84179 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}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3 + ${PYTHON_SITELIBDIR}/bsddb/_bsddb.so:${PORTSDIR}/databases/py-bsddb USE_BZIP2= yes USE_PYTHON= yes -- cgit