diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-11-16 22:22:06 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-11-16 22:22:06 +0000 |
commit | 6d3eeda668cb7629d71b896331e30411d74b6051 (patch) | |
tree | 58e2e835cd310c8bf133fd52ca973d12217b5dc8 /net-p2p/rtorrent | |
parent | 3c95beeeb0db5a65ffa44bb13fe485caa6cfa4b5 (diff) |
Notes
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index d9c621488084..ad75530b9d6c 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -27,7 +27,9 @@ MAN1= rtorrent.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug +.if exists(${.CURDIR}/files/stable-*) EXTRA_PATCHES?= ${.CURDIR}/files/stable-* +.endif SUB_FILES= pkg-message |