diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-11-16 13:29:20 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-11-16 13:29:20 +0000 |
commit | 06ffd534def9bacec862abd81ee6de27aec5639c (patch) | |
tree | 34606e855344156f33fce85fc15eb32af9f01635 /net-p2p | |
parent | f9611b2a9ee29f2b13bd885f891745db91557a3e (diff) | |
download | ports-06ffd534def9bacec862abd81ee6de27aec5639c.tar.gz ports-06ffd534def9bacec862abd81ee6de27aec5639c.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index e8c6ca729047..703762b0948b 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -48,6 +48,8 @@ PORTEXAMPLES= *.cpp OPTIONS_DEFINE= DOCS EXAMPLES +.include <bsd.port.options.mk> + .if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "yes" && defined(USE_PYTHON) CONFIGURE_ARGS+= --enable-python-binding \ --with-boost-python=boost_python |