svn commit: r408651 - head/devel/py-total-ordering

Don Lewis truckman at FreeBSD.org
Wed Feb 10 20:14:30 UTC 2016


Author: truckman
Date: Wed Feb 10 20:14:28 2016
New Revision: 408651
URL: https://svnweb.freebsd.org/changeset/ports/408651

Log:
  Sort USE_PYTHON
  
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/devel/py-total-ordering/Makefile

Modified: head/devel/py-total-ordering/Makefile
==============================================================================
--- head/devel/py-total-ordering/Makefile	Wed Feb 10 20:09:50 2016	(r408650)
+++ head/devel/py-total-ordering/Makefile	Wed Feb 10 20:14:28 2016	(r408651)
@@ -11,6 +11,6 @@ COMMENT=	Backport functools.total_orderi
 
 NO_ARCH=	yes
 USES=		python:-2.7
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list