diff options
author | Mark Pulford <markp@FreeBSD.org> | 2004-02-27 14:12:35 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2004-02-27 14:12:35 +0000 |
commit | a4ec63249d916468cfe7d7c5849ccf6e1580a966 (patch) | |
tree | 88e53e7a2db649ca2f1f48fc03df21a695d444b8 /net-p2p/nicotine/Makefile | |
parent | 0933f548f5909006dd7e1844c5b58c8f0b51b9a9 (diff) | |
download | ports-a4ec63249d916468cfe7d7c5849ccf6e1580a966.tar.gz ports-a4ec63249d916468cfe7d7c5849ccf6e1580a966.zip |
Notes
Diffstat (limited to 'net-p2p/nicotine/Makefile')
-rw-r--r-- | net-p2p/nicotine/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net-p2p/nicotine/Makefile b/net-p2p/nicotine/Makefile index 7a9fb7efba4e..e309d94020ae 100644 --- a/net-p2p/nicotine/Makefile +++ b/net-p2p/nicotine/Makefile @@ -6,20 +6,15 @@ # PORTNAME= nicotine -PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTVERSION= 1.0.7 CATEGORIES= net MASTER_SITES= http://nicotine.thegraveyard.org/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sw@gegenunendlich.de 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-bsddb - -BROKEN= "Broken dependency" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-04-17 + ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb USE_BZIP2= yes USE_PYTHON= yes |