diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/google-cloud-sdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile index 51e5740c9448..fc8967ef4658 100644 --- a/net/google-cloud-sdk/Makefile +++ b/net/google-cloud-sdk/Makefile @@ -3,6 +3,7 @@ PORTNAME= google-cloud-sdk PORTVERSION= 208.0.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 @@ -15,8 +16,7 @@ WRKSRC= ${WRKDIR}/google-cloud-sdk PLIST_FILES= bin/bq bin/gcloud bin/git-credential-gcloud.sh bin/gsutil -RUN_DEPENDS= python:lang/python \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} post-extract: @${RM} -r \ |