diff options
Diffstat (limited to 'net-p2p/rblibtorrent/Makefile')
-rw-r--r-- | net-p2p/rblibtorrent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/rblibtorrent/Makefile b/net-p2p/rblibtorrent/Makefile index 64ec889d5c99..31d0eb9e403e 100644 --- a/net-p2p/rblibtorrent/Makefile +++ b/net-p2p/rblibtorrent/Makefile @@ -26,7 +26,9 @@ CONFIGURE_ARGS= --disable-debug CONFIGURE_ENV= CXXFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFLICTS= libtorrent-[0-9]* +CONFLICTS= libtorrent-[0-9]* \ + libtorrent-devel-[0-9]* \ + rblibtorrent-devel-[0-9]* .include <bsd.port.pre.mk> |