diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-04 12:40:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-04 12:40:26 +0000 |
commit | e120719ae7e3e38c6b0b0c36805dbf5317e1f56b (patch) | |
tree | 673d0461af04b722dd3daae0d26eff0849255432 /net-p2p/rtgui | |
parent | eafc8b8b0ae5cb40cdf398fae7cd7a57d48e6b26 (diff) | |
download | ports-e120719ae7e3e38c6b0b0c36805dbf5317e1f56b.tar.gz ports-e120719ae7e3e38c6b0b0c36805dbf5317e1f56b.zip |
- Drop some dependencies
PR: ports/119328
Submitted by: Philippe Audeoud <jadawin@tuxaco.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=204980
Diffstat (limited to 'net-p2p/rtgui')
-rw-r--r-- | net-p2p/rtgui/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/rtgui/Makefile b/net-p2p/rtgui/Makefile index 0fce4c6bb2cb..b5243d0361e5 100644 --- a/net-p2p/rtgui/Makefile +++ b/net-p2p/rtgui/Makefile @@ -7,7 +7,7 @@ PORTNAME= rtgui PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p www MASTER_SITES= http://rtgui.googlecode.com/files/ EXTRACT_SUFX= .tgz @@ -18,9 +18,7 @@ COMMENT= A web based front end for rTorrent OPTIONS= APACHE "Use Apache for web interface" On \ LIGHTTPD "Use LightHTTPD for web interface" Off -BUILD_DEPENDS+= libtorrent=0.11.9:${PORTSDIR}/net-p2p/libtorrent \ - xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c -RUN_DEPENDS+= rtorrent:${PORTSDIR}/net-p2p/rtorrent +BUILD_DEPENDS+= xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c .include <bsd.port.pre.mk> |