aboutsummaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-03-16 19:23:48 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-03-16 19:23:48 +0000
commit20b3a34a0244997034364a22c218fb28b5a9f6e1 (patch)
tree3c6877e20a26e8ff315f4b96db9c46a366208078 /security/gpgme
parent8508d7b0f7820d9bf44db5b481cc470419f6f1d7 (diff)
downloadports-20b3a34a0244997034364a22c218fb28b5a9f6e1.tar.gz
ports-20b3a34a0244997034364a22c218fb28b5a9f6e1.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
Notes
Notes: svn path=/head/; revision=436290
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 784ba291d65e..cc1db08e60d6 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -74,8 +74,8 @@ USE_QT5= buildtools_build core testlib
. if ${SLAVEPORT} == "python"
BUILD_DEPENDS+= swig3.0:devel/swig30 \
- ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX}
+ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/${PYTHON_PKGNAMEPREFIX}setuptools
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/${PYTHON_PKGNAMEPREFIX}setuptools
USES+= python
USE_PYTHON= py3kplist
CONFIGURE_ENV+= SWIG=${LOCALBASE}/bin/swig3.0