Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2019 09:26:22 +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: r496322 - head/sysutils/xen-guest-tools
Message-ID:  <201903200926.x2K9QMds061870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Mar 20 09:26:21 2019
New Revision: 496322
URL: https://svnweb.freebsd.org/changeset/ports/496322

Log:
  Unbreak
  
  PR:		234633

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

Modified: head/sysutils/xen-guest-tools/Makefile
==============================================================================
--- head/sysutils/xen-guest-tools/Makefile	Wed Mar 20 09:01:03 2019	(r496321)
+++ head/sysutils/xen-guest-tools/Makefile	Wed Mar 20 09:26:21 2019	(r496322)
@@ -20,7 +20,7 @@ ONLY_FOR_ARCHS=		amd64 i386
 ONLY_FOR_ARCHS_REASON=	not yet ported to anything other than amd64 or i386
 CONFLICTS=	xen-tools-[0-9]*
 
-USES=		gmake pkgconfig perl5 python:2.7:build \
+USES=		gmake pkgconfig perl5 python:2.7,build \
 		gettext-runtime:build gettext-tools:build
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
@@ -29,7 +29,6 @@ CONFIGURE_ENV+=	APPEND_LIB="${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-I${LOCALBASE}/lib
 USE_LDCONFIG=	yes
-PYTHON_NO_DEPENDS=	yes
 
 PLIST_FILES=	lib/libxenstore.so.3.0 \
 		bin/xen-detect \



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