svn commit: r335165 - head/devel/trac-bitten

William Grzybowski wg at FreeBSD.org
Fri Nov 29 11:45:58 UTC 2013


Author: wg
Date: Fri Nov 29 11:45:57 2013
New Revision: 335165
URL: http://svnweb.freebsd.org/changeset/ports/335165

Log:
  devel/trac-bitten: remove last depedency of py-distribute
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/devel/trac-bitten/Makefile

Modified: head/devel/trac-bitten/Makefile
==============================================================================
--- head/devel/trac-bitten/Makefile	Fri Nov 29 11:40:24 2013	(r335164)
+++ head/devel/trac-bitten/Makefile	Fri Nov 29 11:45:57 2013	(r335165)
@@ -30,7 +30,7 @@ OPTIONS_DEFAULT=	BITTEN_MASTER
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
-BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-distribute
+BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
 .if ${PORT_OPTIONS:MBITTEN_MASTER}
 RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
 .endif


More information about the svn-ports-all mailing list