svn commit: r549981 - head/graphics/mapserver

Wen Heping wen at FreeBSD.org
Fri Sep 25 02:55:38 UTC 2020


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=""


More information about the svn-ports-head mailing list