diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 11:30:42 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 12:01:21 +0000 |
commit | b07cd629f0ba2158129b6261193b9564d22a2521 (patch) | |
tree | a65cb2df723970090c4d91d17a3979bd124579dc /devel/etcd34/Makefile | |
parent | a78bf0d087ba60df8e15e10bac345c63c0563959 (diff) | |
download | ports-b07cd629f0ba2158129b6261193b9564d22a2521.tar.gz ports-b07cd629f0ba2158129b6261193b9564d22a2521.zip |
Diffstat (limited to 'devel/etcd34/Makefile')
-rw-r--r-- | devel/etcd34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/etcd34/Makefile b/devel/etcd34/Makefile index b879b7fea0f4..f0afd0d012b8 100644 --- a/devel/etcd34/Makefile +++ b/devel/etcd34/Makefile @@ -11,7 +11,7 @@ COMMENT= Highly-available key value store and service discovery LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= cpe go:modules CONFLICTS_INSTALL= coreos-etcd-* coreos-etcd31-* coreos-etcd32-* \ coreos-etcd33-* coreos-etcdctl-0.* |