diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-05-27 15:28:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-05-27 15:28:11 +0000 |
commit | 0fd343b92508b28d06cc994cbe97d99f724cc4e1 (patch) | |
tree | c53e6ef461b680f00170ffab6040b67416afbd29 /sysutils | |
parent | 1b80fb42a8c4e4fb46b1aae8bff12d1d675e774e (diff) | |
download | ports-0fd343b92508b28d06cc994cbe97d99f724cc4e1.tar.gz ports-0fd343b92508b28d06cc994cbe97d99f724cc4e1.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-google-compute-engine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/py-google-compute-engine/Makefile b/sysutils/py-google-compute-engine/Makefile index 0664a642429d..6b3f3d3770f8 100644 --- a/sysutils/py-google-compute-engine/Makefile +++ b/sysutils/py-google-compute-engine/Makefile @@ -2,7 +2,7 @@ PORTNAME= google-compute-engine DISTVERSION= 2.8.13 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Guest Environment for Google Compute Engine LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \ google_oslogin_control:sysutils/google-compute-engine-oslogin \ sudo:security/sudo |