svn commit: r408655 - head/dns/py-pywdns

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


Author: truckman
Date: Wed Feb 10 20:34:04 2016
New Revision: 408655
URL: https://svnweb.freebsd.org/changeset/ports/408655

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

Modified:
  head/dns/py-pywdns/Makefile

Modified: head/dns/py-pywdns/Makefile
==============================================================================
--- head/dns/py-pywdns/Makefile	Wed Feb 10 20:27:39 2016	(r408654)
+++ head/dns/py-pywdns/Makefile	Wed Feb 10 20:34:04 2016	(r408655)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 LIB_DEPENDS=	libwdns.so:${PORTSDIR}/dns/wdns
 
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 USES=		pkgconfig python
 
 post-patch:


More information about the svn-ports-all mailing list