summaryrefslogtreecommitdiff
path: root/www/py-py-restclient
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-06-20 16:58:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-06-20 16:58:29 +0000
commite50a689d56fa5a85a1ba604cb1f241e3315a3820 (patch)
tree81f23d59b687119d4029737e2bb096914f0451b4 /www/py-py-restclient
parentgames/py-mnemosyne: Update to 2.6 (diff)
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct to use it for other package names. Sponsored by: Absolight
Diffstat (limited to 'www/py-py-restclient')
-rw-r--r--www/py-py-restclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-py-restclient/Makefile b/www/py-py-restclient/Makefile
index c1120ffc53c3..0f0ee98b89be 100644
--- a/www/py-py-restclient/Makefile
+++ b/www/py-py-restclient/Makefile
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python REST Client
-RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${FLAVOR}
USES= python
USE_PYTHON= distutils autoplist