svn commit: r495833 - head/graphics/py-pivy-devel

Christoph Moench-Tegeder cmt at FreeBSD.org
Fri Mar 15 22:07:59 UTC 2019


Author: cmt
Date: Fri Mar 15 22:07:57 2019
New Revision: 495833
URL: https://svnweb.freebsd.org/changeset/ports/495833

Log:
  py-pivy-devel: allow building with any python

Modified:
  head/graphics/py-pivy-devel/Makefile

Modified: head/graphics/py-pivy-devel/Makefile
==============================================================================
--- head/graphics/py-pivy-devel/Makefile	Fri Mar 15 22:04:02 2019	(r495832)
+++ head/graphics/py-pivy-devel/Makefile	Fri Mar 15 22:07:57 2019	(r495833)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	cmake:devel/cmake \
 LIB_DEPENDS=	libCoin.so:graphics/Coin \
 		libSoQt.so:x11-toolkits/soqt-devel
 
-USES=		compiler:c11 python:2.7 qt:5
+USES=		compiler:c11 python qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeCAD
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list