diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2012-05-19 23:52:10 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2012-05-19 23:52:10 +0800 |
commit | d0cafe37dd7676a545244b8e9a51b2c7fbae0adb (patch) | |
tree | e7a50f0f56c6042cfcc3f94d895987fc8fd7fef4 /net | |
parent | 88e48989c8b29bd404cf6e8f87eb16b85795af85 (diff) | |
download | freebsd-ports-gnome-d0cafe37dd7676a545244b8e9a51b2c7fbae0adb.tar.gz freebsd-ports-gnome-d0cafe37dd7676a545244b8e9a51b2c7fbae0adb.tar.zst freebsd-ports-gnome-d0cafe37dd7676a545244b8e9a51b2c7fbae0adb.zip |
- Fix build after www/py-httplib2 update
Approved by: novel (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/py-novaclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-novaclient/Makefile b/net/py-novaclient/Makefile index f1b32a4c479a..6d8a37ca9974 100644 --- a/net/py-novaclient/Makefile +++ b/net/py-novaclient/Makefile @@ -17,7 +17,7 @@ COMMENT= Client for the OpenStack Nova API RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0:${PORTSDIR}/devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}prettytable>=0:${PORTSDIR}/devel/py-prettytable \ - ${PYTHON_SITELIBDIR}/httplib2/__init__.py:${PORTSDIR}/www/py-httplib2 + ${PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 USE_PYTHON= yes USE_PYDISTUTILS=easy_install |