svn commit: r408658 - head/net/py-pynmsg

Don Lewis truckman at FreeBSD.org
Wed Feb 10 21:51:49 UTC 2016


Author: truckman
Date: Wed Feb 10 21:51:48 2016
New Revision: 408658
URL: https://svnweb.freebsd.org/changeset/ports/408658

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

Modified:
  head/net/py-pynmsg/Makefile

Modified: head/net/py-pynmsg/Makefile
==============================================================================
--- head/net/py-pynmsg/Makefile	Wed Feb 10 21:18:01 2016	(r408657)
+++ head/net/py-pynmsg/Makefile	Wed Feb 10 21:51:48 2016	(r408658)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 LIB_DEPENDS=	libnmsg.so:${PORTSDIR}/net/nmsg
 
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 USES=		pkgconfig python shebangfix uniquefiles:dirs
 
 SHEBANG_FILES=	examples/*.py


More information about the svn-ports-all mailing list