Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 15:54:51 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338125 - head/net-p2p/libtorrent-rasterbar
Message-ID:  <201312301554.rBUFspjF094899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Mon Dec 30 15:54:51 2013
New Revision: 338125
URL: http://svnweb.freebsd.org/changeset/ports/338125

Log:
  - Unbreak net-p2p/libtorrent-rasterbar to fix install of net-p2p/deluge
  
  Reported by:	rm
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/net-p2p/libtorrent-rasterbar/Makefile

Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/Makefile	Mon Dec 30 15:53:58 2013	(r338124)
+++ head/net-p2p/libtorrent-rasterbar/Makefile	Mon Dec 30 15:54:51 2013	(r338125)
@@ -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?201312301554.rBUFspjF094899>