svn commit: r367070 - head/devel/py-daemon

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 2 18:04:45 UTC 2014


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>


More information about the svn-ports-head mailing list