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

Dirk Meyer dinoex at FreeBSD.org
Mon Mar 18 15:11:53 UTC 2019


Author: dinoex
Date: Mon Mar 18 15:11:52 2019
New Revision: 496147
URL: https://svnweb.freebsd.org/changeset/ports/496147

Log:
  - fix depedencies after r495577

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

Modified: head/sysutils/xen-guest-tools/Makefile
==============================================================================
--- head/sysutils/xen-guest-tools/Makefile	Mon Mar 18 14:54:20 2019	(r496146)
+++ head/sysutils/xen-guest-tools/Makefile	Mon Mar 18 15:11:52 2019	(r496147)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xen-guest-tools
 PORTVERSION=	4.6.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://bits.xensource.com/oss-xen/release/${PORTVERSION}/
 DISTNAME=	xen-${PORTVERSION}
@@ -19,7 +20,8 @@ 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 python:2.7 perl5 gettext-runtime:build gettext-tools:build pkgconfig
+USES=		gmake pkgconfig perl5 python:2.7:build \
+		gettext-runtime:build gettext-tools:build
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	PYTHON=${PYTHON_CMD} PYTHON_PATH=${PYTHON_CMD}
@@ -27,6 +29,7 @@ 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