diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2025-05-02 21:48:39 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2025-05-02 22:08:48 +0900 |
commit | cef5050a93fb6b618d7c58ce46b0b9939a53f0fd (patch) | |
tree | fb467c675d682a1d003c9b31259b2bfd17688e58 /databases/redis | |
parent | databases/redis: Update to 8.0.0 (diff) |
databases/redis*: Update CONFLICTS_INSTALL
Update CONFLICTS_INSTALL aftter databases/redis74 is added to ports
tree.
Diffstat (limited to 'databases/redis')
-rw-r--r-- | databases/redis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 3ce925bb3346..18a76b09e4cb 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -24,7 +24,7 @@ MAKE_ENV= OPTIMIZATION= \ LDFLAGS+= -lpthread -lm -lexecinfo -CONFLICTS_INSTALL= redis-devel redis62 redis72 +CONFLICTS_INSTALL= redis-devel redis62 redis72 redis74 SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} \ |