diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-05 02:44:07 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-05 02:44:44 +0000 |
commit | 425e788e588f08f5ecd9e494ef0dbc8db5400d89 (patch) | |
tree | 3650be94c89606630dda6490207d1a599a10320d | |
parent | ddb98301cc78926e733a77d1bcef60b9a772ee35 (diff) |
devel/bazel: Add comment
-rw-r--r-- | devel/bazel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile index 9fb1634f7899..58f55b5f1dbd 100644 --- a/devel/bazel/Makefile +++ b/devel/bazel/Makefile @@ -1,5 +1,5 @@ PORTNAME= bazel -DISTVERSION= 5.3.0 +DISTVERSION= 5.3.0 # please make sure that science/py-tensorflow builds before updating CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist |