svn commit: r339275 - head/textproc/py-xlutils

Steven Kreuzer skreuzer at FreeBSD.org
Thu Jan 9 20:41:07 UTC 2014


Author: skreuzer
Date: Thu Jan  9 20:41:06 2014
New Revision: 339275
URL: http://svnweb.freebsd.org/changeset/ports/339275

Log:
  Use PYDISTUTILS_AUTOPLIST=yes and USE_PYDISTUTILS=yes

Deleted:
  head/textproc/py-xlutils/pkg-plist
Modified:
  head/textproc/py-xlutils/Makefile

Modified: head/textproc/py-xlutils/Makefile
==============================================================================
--- head/textproc/py-xlutils/Makefile	Thu Jan  9 20:31:25 2014	(r339274)
+++ head/textproc/py-xlutils/Makefile	Thu Jan  9 20:41:06 2014	(r339275)
@@ -17,6 +17,7 @@ BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}x
 RUN_DEPENDS:=   ${BUILD_DEPENDS}
 
 USE_PYTHON=	2.5-2.7
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list