diff options
author | mezz <mezz@FreeBSD.org> | 2005-06-05 08:26:45 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-06-05 08:26:45 +0800 |
commit | 61c722086b571b7a3d088f469776a1df8adff2c6 (patch) | |
tree | a3368314ed86fe510a71419bd95dade10307ce55 /net | |
parent | b3d6ebb13df1c8e409fa3559dc0b1dbd203cb979 (diff) | |
download | freebsd-ports-gnome-61c722086b571b7a3d088f469776a1df8adff2c6.tar.gz freebsd-ports-gnome-61c722086b571b7a3d088f469776a1df8adff2c6.tar.zst freebsd-ports-gnome-61c722086b571b7a3d088f469776a1df8adff2c6.zip |
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/gnome-btdownload/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/gnome-btdownload/Makefile b/net/gnome-btdownload/Makefile index a63f58d7c15c..87ba1b91485a 100644 --- a/net/gnome-btdownload/Makefile +++ b/net/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 |