Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2016 20:34:04 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408655 - head/dns/py-pywdns
Message-ID:  <201602102034.u1AKY4eF081496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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