summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-imgurpython/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-imgurpython/Makefile b/graphics/py-imgurpython/Makefile
index c368cbad1565..097810048412 100644
--- a/graphics/py-imgurpython/Makefile
+++ b/graphics/py-imgurpython/Makefile
@@ -6,15 +6,15 @@ CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python client for the Imgur API
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.7:www/py-requests@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
NO_ARCH= yes
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>