Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 18:04:44 +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: r367070 - head/devel/py-daemon
Message-ID:  <201409021804.s82I4ilL074484@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep  2 18:04:44 2014
New Revision: 367070
URL: http://svnweb.freebsd.org/changeset/ports/367070
QAT: https://qat.redports.org/buildarchive/r367070/

Log:
  - Fix build: use USES=python:2
  
  Approved by:	portmgr (blanket)
  With hat:	python

Modified:
  head/devel/py-daemon/Makefile

Modified: head/devel/py-daemon/Makefile
==============================================================================
--- head/devel/py-daemon/Makefile	Tue Sep  2 18:01:38 2014	(r367069)
+++ head/devel/py-daemon/Makefile	Tue Sep  2 18:04:44 2014	(r367070)
@@ -15,8 +15,7 @@ COMMENT=	Well-behaved daemon framework f
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:${PORTSDIR}/devel/py-lockfile
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USE_PYTHON=	autoplist distutils
+USES=		python:2
 
 .include <bsd.port.mk>



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