diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-06-05 00:26:45 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-06-05 00:26:45 +0000 |
commit | a119f9d0a2267c243ff9d27e97f7eccb7000a6bb (patch) | |
tree | af16b696b858f084cf4e73dacfae546f9b8b4922 /net-p2p | |
parent | Update to 20050604 snapshot (diff) |
Mark it as IGNORE; it doesn't run on BitTorrent 4.x yet. The author is working
on BitTorrent 4.x support.
http://sourceforge.net/project/shownotes.php?release_id=331211
Reported by: tmclaugh via IRC (#freebsd-gnome)
Notes
Notes:
svn path=/head/; revision=136802
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnome-btdownload/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/gnome-btdownload/Makefile b/net-p2p/gnome-btdownload/Makefile index a63f58d7c15c..87ba1b91485a 100644 --- a/net-p2p/gnome-btdownload/Makefile +++ b/net-p2p/gnome-btdownload/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome-btdownload PORTVERSION= 0.0.20 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,6 +18,8 @@ COMMENT= A simple Gnome interface designed as a mime-sink for BitTorrent files RUN_DEPENDS= ${PYTHON_SITELIBDIR}/BitTorrent/__init__.py:${PORTSDIR}/net/py-bittorrent-core +IGNORE=does not run with BitTorrent 4.x yet + USE_X_PREFIX= yes USE_GNOME= desktopfileutils gnomehack gnomeprefix pygnome2 USE_PYTHON= yes |