aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-01-08 05:43:33 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-01-08 05:43:33 +0000
commitc1197817241d8400ea13482b246cb652be6a36fb (patch)
treec74a78240cdcb5251932ada64d94ae2f5b9af271 /net-p2p
parent8b73d17400f2d5af147a36643fe8ea75a10bc743 (diff)
downloadports-c1197817241d8400ea13482b246cb652be6a36fb.tar.gz
ports-c1197817241d8400ea13482b246cb652be6a36fb.zip
Correct py-bsddb dependency. When submitter said the app needed
py-bsddb, I automatically assumed py-bsddb3.
Notes
Notes: svn path=/head/; revision=97649
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/nicotine-plus/Makefile2
-rw-r--r--net-p2p/nicotine/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile
index 54be80906b14..c9c63d84179c 100644
--- a/net-p2p/nicotine-plus/Makefile
+++ b/net-p2p/nicotine-plus/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
diff --git a/net-p2p/nicotine/Makefile b/net-p2p/nicotine/Makefile
index 54be80906b14..c9c63d84179c 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