diff options
author | mat <mat@FreeBSD.org> | 2018-07-13 14:55:32 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-07-13 14:55:32 +0800 |
commit | 721a8833b6fe40ff86a3170b91b3648b6e6c6410 (patch) | |
tree | a1b28679236fda3f476f3bda4919d460ba2a93bf /net | |
parent | e81a330ae8f21f642f980afa4bc986ef6e661a40 (diff) | |
download | freebsd-ports-gnome-721a8833b6fe40ff86a3170b91b3648b6e6c6410.tar.gz freebsd-ports-gnome-721a8833b6fe40ff86a3170b91b3648b6e6c6410.tar.zst freebsd-ports-gnome-721a8833b6fe40ff86a3170b91b3648b6e6c6410.zip |
Remove dependencies on lang/python.
Fix where appropriate.
Sponsored by: Absolight
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 \ |