Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2013 23:57:24 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335074 - head/net-mgmt/net-snmp
Message-ID:  <201311272357.rARNvOc6071400@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Nov 27 23:57:23 2013
New Revision: 335074
URL: http://svnweb.freebsd.org/changeset/ports/335074

Log:
  net-mgmt/net-snmp: catch up with setuptools change
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/net-mgmt/net-snmp/Makefile

Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile	Wed Nov 27 23:20:17 2013	(r335073)
+++ head/net-mgmt/net-snmp/Makefile	Wed Nov 27 23:57:23 2013	(r335074)
@@ -69,8 +69,8 @@ PYEASYUNINSTALL_UNINSTALLARGS?=	-q -N -m
 				-s ${PYEASYINSTALL_BINDIR} \
 				${PYDISTUTILS_PKGNAME}
 USE_PYTHON=	yes
-RUN_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-distribute
-BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-distribute
+RUN_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
+BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
 CONFIGURE_ARGS+=--with-python-modules
 PLIST_SUB+=	WITH_PYTHON="" PYTHON_VER=${PYTHON_VER}
 PLIST_SUB+=	PYDISTUTILS_PKGVERSION=${PYDISTUTILS_PKGVERSION}



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