Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2017 13:01:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455284 - head/www/py-graphite-api
Message-ID:  <201712011301.vB1D1sYO045418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec  1 13:01:54 2017
New Revision: 455284
URL: https://svnweb.freebsd.org/changeset/ports/455284

Log:
  Fix packaging with python3

Modified:
  head/www/py-graphite-api/Makefile

Modified: head/www/py-graphite-api/Makefile
==============================================================================
--- head/www/py-graphite-api/Makefile	Fri Dec  1 12:56:49 2017	(r455283)
+++ head/www/py-graphite-api/Makefile	Fri Dec  1 13:01:54 2017	(r455284)
@@ -26,7 +26,7 @@ RUN_DEPENDS=	\
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils
+USE_PYTHON=	distutils py3kplist
 
 GRAPHITEAPI_APP=	graphiteapi
 



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