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

Antoine Brodin antoine at FreeBSD.org
Wed Mar 20 09:26:23 UTC 2019


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 \


More information about the svn-ports-all mailing list