From ba2a5298d4b44b50b03e6e78ab8db314782ce543 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 9 Jan 2019 12:30:03 +0000 Subject: [PATCH] osquery build is not compatible with python3 PR: 234633 --- sysutils/osquery/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile index 24d4b67aedde..6c602eb85d5c 100644 --- a/sysutils/osquery/Makefile +++ b/sysutils/osquery/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS= libaugeas.so:textproc/augeas \ libzstd.so:archivers/zstd RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss -USES= cmake libtool python:build compiler:c++11-lib \ +USES= cmake libtool python:2.7,build compiler:c++11-lib \ libarchive ssl USE_GNOME= libxml2 CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \