aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2013-03-05 15:12:24 +0800
committerrm <rm@FreeBSD.org>2013-03-05 15:12:24 +0800
commitb3878a85db367a2995b27a6a38e9cf972a629ee5 (patch)
tree5b403d5125ac1fb093a8966406e443e1df61bf05 /net-mgmt
parent5099e1238843d8608bddd8d281d503577f31a176 (diff)
downloadfreebsd-ports-gnome-b3878a85db367a2995b27a6a38e9cf972a629ee5.tar.gz
freebsd-ports-gnome-b3878a85db367a2995b27a6a38e9cf972a629ee5.tar.zst
freebsd-ports-gnome-b3878a85db367a2995b27a6a38e9cf972a629ee5.zip
- replace deprecated devel/py-setuptools with devel/py-distribute
- change explicit dependency for the ports, that don't utilize USE_DISTUTILS feature - add UPDATING entry PR: 176142 Submitted by: rm (myself) Approved by: portmgr (miwi) Tested by: exp-run by miwi
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 e5e852485ca9..a929d730090a 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -67,8 +67,8 @@ PYEASYUNINSTALL_UNINSTALLARGS?= -q -N -m -S ${PYTHON_SITELIBDIR} \
-s ${PYEASYINSTALL_BINDIR} \
${PYDISTUTILS_PKGNAME}
USE_PYTHON= yes
-RUN_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
-BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
+RUN_DEPENDS+= easy_install:${PORTSDIR}/devel/py-distribute
+BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-distribute
CONFIGURE_ARGS+=--with-python-modules
PLIST_SUB+= WITH_PYTHON="" PYTHON_VER=${PYTHON_VER}
PLIST_SUB+= PYDISTUTILS_PKGVERSION=${PYDISTUTILS_PKGVERSION}