svn commit: r455835 - head/devel/libvirt

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 10:05:09 UTC 2017


Author: antoine
Date: Sat Dec  9 10:05:07 2017
New Revision: 455835
URL: https://svnweb.freebsd.org/changeset/ports/455835

Log:
  libvirt fails to build with python3

Modified:
  head/devel/libvirt/Makefile

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Sat Dec  9 09:55:06 2017	(r455834)
+++ head/devel/libvirt/Makefile	Sat Dec  9 10:05:07 2017	(r455835)
@@ -94,7 +94,7 @@ PORTSCOUT=	limit:\d+\.\d+\.\d+$$
 LDFLAGS+=	-L${LOCALBASE}/lib -fstack-protector
 
 USES=		charsetfix cpe gmake libtool pathfix \
-		perl5 python:build pkgconfig shebangfix tar:xz
+		perl5 python:2.7,build pkgconfig shebangfix tar:xz
 CPE_VENDOR=	redhat
 USE_PERL5=	build
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list