svn commit: r336626 - head/databases/py-south

William Grzybowski wg at FreeBSD.org
Mon Dec 16 11:26:25 UTC 2013


Author: wg
Date: Mon Dec 16 11:26:24 2013
New Revision: 336626
URL: http://svnweb.freebsd.org/changeset/ports/336626

Log:
  databases/py-south: switch from easy_install to install

Modified:
  head/databases/py-south/Makefile

Modified: head/databases/py-south/Makefile
==============================================================================
--- head/databases/py-south/Makefile	Mon Dec 16 11:25:09 2013	(r336625)
+++ head/databases/py-south/Makefile	Mon Dec 16 11:26:24 2013	(r336626)
@@ -14,8 +14,7 @@ COMMENT=	Intelligent schema migrations f
 LICENSE=	AL2
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS=yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGNAME=	South
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list