svn commit: r523264 - head/graphics/hugin

Greg Lehey grog at FreeBSD.org
Thu Jan 16 22:07:49 UTC 2020


Author: grog
Date: Thu Jan 16 22:07:49 2020
New Revision: 523264
URL: https://svnweb.freebsd.org/changeset/ports/523264

Log:
  Unravel python.
  
  PR:		243399
  Submitted by:	Martin, unspecified surname
  Reported by:	Martin, unspecified surname

Modified:
  head/graphics/hugin/Makefile

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Thu Jan 16 22:00:22 2020	(r523263)
+++ head/graphics/hugin/Makefile	Thu Jan 16 22:07:49 2020	(r523264)
@@ -50,7 +50,7 @@ AUTOPANOSIFTC_DESC=	Install graphics/autopano-sift-c
 AUTOPANOSIFTC_RUN_DEPENDS=	autopano:graphics/autopano-sift-c
 
 PYTHON_DESC=		Python Scripting Interface
-PYTHON_USES=		python:3.6
+PYTHON_USES=		python
 PYTHON_BUILD_DEPENDS=	swig3.0:devel/swig30
 PYTHON_BINARY_ALIAS=	swig=swig3.0
 PYTHON_CMAKE_ON=	-DBUILD_HSI=ON


More information about the svn-ports-all mailing list