aboutsummaryrefslogtreecommitdiff
path: root/www/py-restclient
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2012-05-19 14:48:00 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2012-05-19 14:48:00 +0000
commitd16576f995d59039c969d22cf905995de184bbed (patch)
tree84bfad0cd4069857df9b56a0daba300ef0085a5d /www/py-restclient
parentc1c1696f0cd76f4e8f86ab2a2a6199381f5fa053 (diff)
downloadports-d16576f995d59039c969d22cf905995de184bbed.tar.gz
ports-d16576f995d59039c969d22cf905995de184bbed.zip
- Fix build after www/py-httplib2 update
Notes
Notes: svn path=/head/; revision=296960
Diffstat (limited to 'www/py-restclient')
-rw-r--r--www/py-restclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-restclient/Makefile b/www/py-restclient/Makefile
index a15da119150a..7a5038838c76 100644
--- a/www/py-restclient/Makefile
+++ b/www/py-restclient/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Convenient library for writing REST clients
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/httplib2/__init__.py:${PORTSDIR}/www/py-httplib2
+RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install