svn commit: r305434 - head/net-p2p/libtorrent

Baptiste Daroussin bapt at FreeBSD.org
Sun Oct 7 07:17:35 UTC 2012


Author: bapt
Date: Sun Oct  7 07:17:34 2012
New Revision: 305434
URL: http://svn.freebsd.org/changeset/ports/305434

Log:
  Use shared IPv6 description, no need for a custom one
  
  Reported by:	sunpoet

Modified:
  head/net-p2p/libtorrent/Makefile

Modified: head/net-p2p/libtorrent/Makefile
==============================================================================
--- head/net-p2p/libtorrent/Makefile	Sun Oct  7 07:13:39 2012	(r305433)
+++ head/net-p2p/libtorrent/Makefile	Sun Oct  7 07:17:34 2012	(r305434)
@@ -26,7 +26,6 @@ GNU_CONFIGURE=	yes
 OPTIONS_DEFINE=	KQUEUE IPV6
 OPTIONS_DEFAULT=	KQUEUE
 KQUEUE_DESC=	Use kqueue(2) support
-IPV6_DESC=	Enable IPv6 support
 
 .include <bsd.port.pre.mk>
 



More information about the svn-ports-all mailing list