aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-03-17 03:23:48 +0800
committerantoine <antoine@FreeBSD.org>2017-03-17 03:23:48 +0800
commitc224eda3d2439a12b0b01965a302a254562b3fc6 (patch)
tree3c6877e20a26e8ff315f4b96db9c46a366208078 /net-mgmt
parentd6523c174c4b51f5fab4c5970b2bffa316fea3b1 (diff)
downloadfreebsd-ports-gnome-c224eda3d2439a12b0b01965a302a254562b3fc6.tar.gz
freebsd-ports-gnome-c224eda3d2439a12b0b01965a302a254562b3fc6.tar.zst
freebsd-ports-gnome-c224eda3d2439a12b0b01965a302a254562b3fc6.zip
Rename python setuptools ports to better match other python ports
Reviewed by: mat, sunpoet With hat: portmgr Differential Revision: https://reviews.freebsd.org/D9983
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 777d644c092a..32022e8b9e55 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -73,8 +73,8 @@ TLS_CONFIGURE_ON= --with-security-modules=tsm --with-transports=TLSTCP,DTLSUDP
PYDISTUTILS_PKGNAME?= netsnmp-python
PYDISTUTILS_PKGVERSION?= 1.0a1
USES+= python
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX}
-BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/${PYTHON_PKGNAMEPREFIX}setuptools
+BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/${PYTHON_PKGNAMEPREFIX}setuptools
CONFIGURE_ARGS+=--with-python-modules
CONFIGURE_ENV+= PYTHONPROG="${PYTHON_CMD}"
MAKE_ENV+= PYDISTUTILS_INSTALLARGS="${PYDISTUTILS_INSTALLARGS}" STAGEDIR="${STAGEDIR}"