From 2f38ea2595360b33d7e7d8638205faf9c9540264 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 30 Nov 2017 18:46:22 +0100 Subject: [PATCH] databases/rrdtool12: sync with upstream Taken from: HardenedBSD --- databases/rrdtool12/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/rrdtool12/Makefile b/databases/rrdtool12/Makefile index 185f65cb7b8..3d32014552a 100644 --- a/databases/rrdtool12/Makefile +++ b/databases/rrdtool12/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFAULT= PERL .include .if ${PORT_OPTIONS:MPYTHON} -USES+= python +USES+= python:2.7 PLIST_SUB+= WITH_PYTHON="" CONFIGURE_ARGS+= --enable-python .else