svn commit: r365074 - head/graphics/py-stltools

John Marino marino at FreeBSD.org
Sat Aug 16 12:01:39 UTC 2014


Author: marino
Date: Sat Aug 16 12:01:39 2014
New Revision: 365074
URL: http://svnweb.freebsd.org/changeset/ports/365074
QAT: https://qat.redports.org/buildarchive/r365074/

Log:
  graphics/py-stltools: switch to USES=python
  
  PR:		192549
  Submitted by:	maintainer (rsmith)

Modified:
  head/graphics/py-stltools/Makefile

Modified: head/graphics/py-stltools/Makefile
==============================================================================
--- head/graphics/py-stltools/Makefile	Sat Aug 16 11:42:41 2014	(r365073)
+++ head/graphics/py-stltools/Makefile	Sat Aug 16 12:01:39 2014	(r365074)
@@ -14,9 +14,8 @@ LICENSE=		BSD2CLAUSE
 
 RUN_DEPENDS=		${PYNUMPY}
 
-USES=			zip
-USE_PYTHON=		2
-USE_PYDISTUTILS=	yes
+USES=			zip python:2.7
+USE_PYTHON=		distutils
 
 DOCS=			README.txt
 EXAMPLES=		test/cube.stl test/cube_bin.stl


More information about the svn-ports-all mailing list