Date: Sat, 16 Nov 2013 13:29:20 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333993 - head/net-p2p/libtorrent-rasterbar Message-ID: <201311161329.rAGDTKAA014743@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sat Nov 16 13:29:20 2013 New Revision: 333993 URL: http://svnweb.freebsd.org/changeset/ports/333993 Log: Unbreak net-p2p/libtorrent-rasterbar-python to fix install of net-p2p/deluge (my port) Modified: head/net-p2p/libtorrent-rasterbar/Makefile Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Sat Nov 16 13:25:19 2013 (r333992) +++ head/net-p2p/libtorrent-rasterbar/Makefile Sat Nov 16 13:29:20 2013 (r333993) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311161329.rAGDTKAA014743>