svn commit: r408653 - head/devel/py-should_dsl

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


Author: truckman
Date: Wed Feb 10 20:23:19 2016
New Revision: 408653
URL: https://svnweb.freebsd.org/changeset/ports/408653

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

Modified:
  head/devel/py-should_dsl/Makefile

Modified: head/devel/py-should_dsl/Makefile
==============================================================================
--- head/devel/py-should_dsl/Makefile	Wed Feb 10 20:19:23 2016	(r408652)
+++ head/devel/py-should_dsl/Makefile	Wed Feb 10 20:23:19 2016	(r408653)
@@ -14,6 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
 USES=		python:-3.2
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list