Index: Makefile
===================================================================
RCS file: /cvs/ports/net/libtorrent-rasterbar/Makefile,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 Makefile
--- Makefile	3 Jul 2020 21:12:59 -0000	1.10
+++ Makefile	6 Aug 2020 06:42:34 -0000
@@ -4,7 +4,7 @@ COMMENT =		C++ library implementing a Bi
 
 MODPY_EGG_VERSION =	1.2.3
 DISTNAME =		libtorrent-rasterbar-${MODPY_EGG_VERSION}
-REVISION =		0
+REVISION =		1
 
 SHARED_LIBS +=  	torrent-rasterbar 2.0	# 10.0.0
 
@@ -15,7 +15,7 @@ HOMEPAGE =		https://libtorrent.org/
 # BSD3
 PERMIT_PACKAGE =	Yes
 
-WANTLIB += boost_python3 boost_system-mt crypto m ssl
+WANTLIB += boost_python${MODPY_VERSION:C/\.//g} boost_system-mt crypto m ssl
 WANTLIB += ${COMPILER_LIBCXX} ${MODPY_WANTLIB}
 
 MASTER_SITES =		https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MODPY_EGG_VERSION:S/./_/g}/
@@ -29,7 +29,7 @@ LIB_DEPENDS =		converters/libiconv \
 			devel/boost
 
 # boost
-COMPILER =		base-clang ports-gcc
+COMPILER =		ports-clang ports-gcc
 
 CONFIGURE_STYLE =	gnu
 CONFIGURE_ARGS =	--enable-python-binding \
