Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2019 15:11:52 +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: r496147 - head/sysutils/xen-guest-tools
Message-ID:  <201903181511.x2IFBqJV097538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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