Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 10:05:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455835 - head/devel/libvirt
Message-ID:  <201712091005.vB9A57h0053478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712091005.vB9A57h0053478>