Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 06:28:08 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337642 - head/www/py-uliweb
Message-ID:  <201312270628.rBR6S80T085089@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Fri Dec 27 06:28:08 2013
New Revision: 337642
URL: http://svnweb.freebsd.org/changeset/ports/337642

Log:
  - USE_PYDISTUTILS=easy_install deprecated, use USE_PYDISTUTILS=yes instead
  
  Spotted by:	koobs@(thanks!)

Modified:
  head/www/py-uliweb/Makefile

Modified: head/www/py-uliweb/Makefile
==============================================================================
--- head/www/py-uliweb/Makefile	Fri Dec 27 04:32:45 2013	(r337641)
+++ head/www/py-uliweb/Makefile	Fri Dec 27 06:28:08 2013	(r337642)
@@ -15,7 +15,7 @@ LICENSE=	BSD
 
 USE_DOS2UNIX=		yes
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 PYDISTUTILS_PKGNAME=	Uliweb
 



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