svn commit: r412500 - head/sysutils/xen-guest-tools

Dirk Meyer dinoex at FreeBSD.org
Mon Apr 4 06:25:29 UTC 2016


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}


More information about the svn-ports-head mailing list