diff options
Diffstat (limited to 'www/py-goobook/Makefile')
-rw-r--r-- | www/py-goobook/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-goobook/Makefile b/www/py-goobook/Makefile index f7771c12f886..0f53879cd68e 100644 --- a/www/py-goobook/Makefile +++ b/www/py-goobook/Makefile @@ -13,10 +13,10 @@ COMMENT= Search your Google contacts from the command-line or Mutt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauth2client>=1.4.12:${PORTSDIR}/security/py-oauth2client \ - ${PYTHON_PKGNAMEPREFIX}gdata>=2.0.18:${PORTSDIR}/devel/py-gdata \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:${PORTSDIR}/devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:${PORTSDIR}/www/py-httplib2 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauth2client>=1.4.12:security/py-oauth2client \ + ${PYTHON_PKGNAMEPREFIX}gdata>=2.0.18:devel/py-gdata \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2 NO_ARCH= yes USES= python:-2.7 |