aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-11-28 07:57:23 +0800
committerwg <wg@FreeBSD.org>2013-11-28 07:57:23 +0800
commitadec8483dd040842670de03aa376783fb392eb4c (patch)
treec59cd99a81bd826cb14360b14df67bb090354626 /net-mgmt
parented55251e60724e584b5eeb156531d959400faf40 (diff)
downloadfreebsd-ports-gnome-adec8483dd040842670de03aa376783fb392eb4c.tar.gz
freebsd-ports-gnome-adec8483dd040842670de03aa376783fb392eb4c.tar.zst
freebsd-ports-gnome-adec8483dd040842670de03aa376783fb392eb4c.zip
net-mgmt/net-snmp: catch up with setuptools change
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index 33777920902d..edef2e4c1520 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -69,8 +69,8 @@ PYEASYUNINSTALL_UNINSTALLARGS?= -q -N -m -S ${PYTHON_SITELIBDIR} \
-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}