Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2016 06:25:28 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412500 - head/sysutils/xen-guest-tools
Message-ID:  <201604040625.u346PSVH045425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Mon Apr  4 06:25:28 2016
New Revision: 412500
URL: https://svnweb.freebsd.org/changeset/ports/412500

Log:
  - fix build when python is not 2.7
  Reported by:	Wojciech Kloska

Modified:
  head/sysutils/xen-guest-tools/Makefile

Modified: head/sysutils/xen-guest-tools/Makefile
==============================================================================
--- head/sysutils/xen-guest-tools/Makefile	Mon Apr  4 05:43:14 2016	(r412499)
+++ head/sysutils/xen-guest-tools/Makefile	Mon Apr  4 06:25:28 2016	(r412500)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/bash:she
 		${LOCALBASE}/lib/libglib-2.0.so:devel/glib20 \
 		${LOCALBASE}/lib/libyajl.so:devel/yajl
 
-USES=		gmake python:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig
+USES=		gmake python:2.7:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	PYTHON=${PYTHON_CMD} PYTHON_PATH=${PYTHON_CMD}



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