summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libtorrent-rasterbar/Makefile')
-rw-r--r--net-p2p/libtorrent-rasterbar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile
index 81d2aaeba011..ef4e42ff5d4b 100644
--- a/net-p2p/libtorrent-rasterbar/Makefile
+++ b/net-p2p/libtorrent-rasterbar/Makefile
@@ -54,7 +54,7 @@ DEBUG_CONFIGURE_ENABLE= debug
.include <bsd.port.options.mk>
-.if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "yes" && defined(USE_PYTHON)
+.if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "yes" && defined(USE_PYTHON)
CONFIGURE_ARGS+= --enable-python-binding \
--with-boost-python=boost_python
.else