Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 03:01:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364903 - head/graphics/py-ming
Message-ID:  <201408150301.s7F31IL3073658@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug 15 03:01:18 2014
New Revision: 364903
URL: http://svnweb.freebsd.org/changeset/ports/364903
QAT: https://qat.redports.org/buildarchive/r364903/

Log:
  - Use USES=python

Modified:
  head/graphics/py-ming/Makefile

Modified: head/graphics/py-ming/Makefile
==============================================================================
--- head/graphics/py-ming/Makefile	Fri Aug 15 03:01:14 2014	(r364902)
+++ head/graphics/py-ming/Makefile	Fri Aug 15 03:01:18 2014	(r364903)
@@ -13,9 +13,8 @@ LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
 CONFIGURE_ARGS=	--enable-python
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	2
+PYTHON_FEATURES=autoplist,distutils
+USES=		python:2
 
 BUILD_WRKSRC=	${WRKSRC}/py_ext
 INSTALL_WRKSRC=	${WRKSRC}/py_ext



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