diff options
author | pav <pav@FreeBSD.org> | 2008-01-04 20:40:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-01-04 20:40:26 +0800 |
commit | ae3737597ae642a4b1973ecf0053e6b428b22d6c (patch) | |
tree | 347b6a22c6fbc3c9de131b6ce2750600667fbdbc /net-p2p/rtgui/Makefile | |
parent | ac6348057183334dc957b17c9366258d00578e96 (diff) | |
download | freebsd-ports-gnome-ae3737597ae642a4b1973ecf0053e6b428b22d6c.tar.gz freebsd-ports-gnome-ae3737597ae642a4b1973ecf0053e6b428b22d6c.tar.zst freebsd-ports-gnome-ae3737597ae642a4b1973ecf0053e6b428b22d6c.zip |
- Drop some dependencies
PR: ports/119328
Submitted by: Philippe Audeoud <jadawin@tuxaco.net> (maintainer)
Diffstat (limited to 'net-p2p/rtgui/Makefile')
-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> |