diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-17 22:27:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-17 22:27:06 +0000 |
commit | 2084eff2f9191fdb68d6d7fad713ab35a68146c7 (patch) | |
tree | 37e904915f6315d8dc3cf12f92d9ba5a967741a3 /net-p2p | |
parent | 9be11114a8e79759f8bbb36ec626480f2415c698 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile index 8afb56877fbd..a095d3e7b65d 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -16,6 +16,8 @@ COMMENT= BitTorrent Client written in C++ (development version) BUILD_DEPENDS= libtorrent-devel=0.12.7:${PORTSDIR}/net-p2p/libtorrent-devel RUN_DEPENDS= libtorrent-devel=0.12.7:${PORTSDIR}/net-p2p/libtorrent-devel +BROKEN= fails to package + MASTERDIR= ${.CURDIR}/../rtorrent PATCHDIR= ${.CURDIR}/files/ DISTINFO_FILE= ${.CURDIR}/distinfo |