From e8c30d9115973112a37f3a633c11fcebe9d026e5 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Fri, 25 Sep 2020 02:55:38 +0000 Subject: [PATCH] - Build PYTHON option with python3 --- graphics/mapserver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index 3540b15c022f..9d38d62da56d 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -46,7 +46,7 @@ WCS_DESC= WCS Server support .include .if ${PORT_OPTIONS:MPYTHON} -USES+= python:2.7 +USES+= python BUILD_DEPENDS+= swig:devel/swig CMAKE_ARGS+= -DWITH_PYTHON=yes PLIST_SUB+= PYTHON=""