Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 12:01:39 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365074 - head/graphics/py-stltools
Message-ID:  <201408161201.s7GC1d0A003420@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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