Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 02:55:38 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549981 - head/graphics/mapserver
Message-ID:  <202009250255.08P2tcbj023242@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Fri Sep 25 02:55:38 2020
New Revision: 549981
URL: https://svnweb.freebsd.org/changeset/ports/549981

Log:
  - Build PYTHON option with python3

Modified:
  head/graphics/mapserver/Makefile

Modified: head/graphics/mapserver/Makefile
==============================================================================
--- head/graphics/mapserver/Makefile	Fri Sep 25 02:24:19 2020	(r549980)
+++ head/graphics/mapserver/Makefile	Fri Sep 25 02:55:38 2020	(r549981)
@@ -46,7 +46,7 @@ WCS_DESC=		WCS Server support
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MPYTHON}
-USES+=			python:2.7
+USES+=			python
 BUILD_DEPENDS+=		swig:devel/swig
 CMAKE_ARGS+=		-DWITH_PYTHON=yes
 PLIST_SUB+=		PYTHON=""



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