aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-12-31 03:23:11 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-12-31 03:23:11 +0800
commitf958497106990538ab9b30fd2ef9fa3e86f658e0 (patch)
tree1d85ed477cf9a016c22f1b9aa68daf7d560b0a29 /www
parentcd2b9cd831cc3986f5a2c78bd99171620c321a28 (diff)
downloadfreebsd-ports-gnome-f958497106990538ab9b30fd2ef9fa3e86f658e0.tar.gz
freebsd-ports-gnome-f958497106990538ab9b30fd2ef9fa3e86f658e0.tar.zst
freebsd-ports-gnome-f958497106990538ab9b30fd2ef9fa3e86f658e0.zip
- Use USES=python:2.7
- Add NO_ARCH [1] Approved by: portmgr (blanket) [1] With hat: python
Diffstat (limited to 'www')
-rw-r--r--www/py-pyocclient/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/www/py-pyocclient/Makefile b/www/py-pyocclient/Makefile
index 9a384562bc24..cb9bffe74b5e 100644
--- a/www/py-pyocclient/Makefile
+++ b/www/py-pyocclient/Makefile
@@ -14,13 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/py-requests
-USES= python
+NO_ARCH= yes
+USES= python:2.7
USE_PYTHON= autoplist distutils
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 3000
-BROKEN= pyocclient only supports Python 2.x at the moment
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>