summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-04-01 06:38:07 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-04-01 06:38:07 +0000
commit633e230fabf38d03af08602c796694cd8c9e9df5 (patch)
tree5d0393e056a7ae7f5b298ba45a3441e5d60cfd8b
parentRevert r436952, it breaks build (diff)
Fix dependencies and indentation
-rw-r--r--sysutils/py-consul/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/py-consul/Makefile b/sysutils/py-consul/Makefile
index d341a83ec16e..d4d04f868d01 100644
--- a/sysutils/py-consul/Makefile
+++ b/sysutils/py-consul/Makefile
@@ -11,15 +11,15 @@ COMMENT= Python client for consul
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py3-requests \
- ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six
+ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py3-six
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py3-requests \
- ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six
+ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py3-six
USE_GITHUB= yes
GH_ACCOUNT= cablehead
GH_PROJECT= python-consul
-USES= python:3.3+
+USES= python:3.3+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>