diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-12-30 23:54:51 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-12-30 23:54:51 +0800 |
commit | 4c197220a02adfb88cc4254c92e10560253925f3 (patch) | |
tree | 3569ae63f966d7184b5ecdfe68c62bf4bca981d8 /net-p2p | |
parent | a2a1e22cbea4a9cda7e02d63cd6daa8ed5d79222 (diff) | |
download | freebsd-ports-gnome-4c197220a02adfb88cc4254c92e10560253925f3.tar.gz freebsd-ports-gnome-4c197220a02adfb88cc4254c92e10560253925f3.tar.zst freebsd-ports-gnome-4c197220a02adfb88cc4254c92e10560253925f3.zip |
- Unbreak net-p2p/libtorrent-rasterbar to fix install of net-p2p/deluge
Reported by: rm
Approved by: pawel / wg (mentors, implicit)
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 d2f7c38ab98b..e57022d8c657 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 |