From ef84c1d06bcbb4ae9e49dbfce1bbdc09bb8d716b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 20 Mar 2019 17:02:28 +0100 Subject: [PATCH] sysutils/xen-guest-tools: sync with upstream Taken from: HardenedBSD --- sysutils/xen-guest-tools/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysutils/xen-guest-tools/Makefile b/sysutils/xen-guest-tools/Makefile index 1b24fb4fd32..1929aeaa477 100644 --- a/sysutils/xen-guest-tools/Makefile +++ b/sysutils/xen-guest-tools/Makefile @@ -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 \