diff options
author | adamw <adamw@FreeBSD.org> | 2004-01-08 13:43:33 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-01-08 13:43:33 +0800 |
commit | 08b5ddd1baef7020941dae77e28b67a10c8f0e16 (patch) | |
tree | ec4af75cbde655d910bf0e269ccf41f2d4a2d5bc /net/nicotine | |
parent | 64b20676c438b8172ca3e74e7bcd58a00ebb9d17 (diff) | |
download | freebsd-ports-gnome-08b5ddd1baef7020941dae77e28b67a10c8f0e16.tar.gz freebsd-ports-gnome-08b5ddd1baef7020941dae77e28b67a10c8f0e16.tar.zst freebsd-ports-gnome-08b5ddd1baef7020941dae77e28b67a10c8f0e16.zip |
Correct py-bsddb dependency. When submitter said the app needed
py-bsddb, I automatically assumed py-bsddb3.
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 54be80906b14..c9c63d84179c 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}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3 + ${PYTHON_SITELIBDIR}/bsddb/_bsddb.so:${PORTSDIR}/databases/py-bsddb USE_BZIP2= yes USE_PYTHON= yes |