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-devel | |
parent | 3c95beeeb0db5a65ffa44bb13fe485caa6cfa4b5 (diff) | |
download | ports-6d3eeda668cb7629d71b896331e30411d74b6051.tar.gz ports-6d3eeda668cb7629d71b896331e30411d74b6051.zip |
Only add extra patches if they are present.
PR: ports/128775 [1], ports/128807 [2], ports/128921 [3]
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1]
Jimmie James <jimmiejaz@gmail.com> [2]
Falko Richter <xendorphin@gmail.com> [3]
Notes
Notes:
svn path=/head/; revision=222946
Diffstat (limited to 'net-p2p/rtorrent-devel')
-rw-r--r-- | net-p2p/rtorrent-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile index e243224712f8..cc42c6aba7e7 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -24,6 +24,9 @@ DESCR= ${MASTERDIR}/pkg-descr CONFLICTS= rtorrent-[0-9]* USE_GCC= 4.2+ + +.if exists(${.CURDIR}/files/devel-*) EXTRA_PATCHES= ${.CURDIR}/files/devel-* +.endif .include "${MASTERDIR}/Makefile" |