svn commit: r338125 - head/net-p2p/libtorrent-rasterbar

Rusmir Dusko nemysis at FreeBSD.org
Mon Dec 30 15:54:51 UTC 2013


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


More information about the svn-ports-head mailing list