diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2025-02-17 19:40:03 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2025-02-17 19:43:49 +0900 |
commit | 9e4e65dcd8a365824d683363c81ddbb01ff767dc (patch) | |
tree | 4d2a4c99622280de2ffceb97a807cdd93234dac9 /databases/redis | |
parent | devel/py-libevdev: add missing dependency (diff) |
databases/redis*: Adjust CONFLICTS_INSTALL after removal of databases/redis70
While here, remove confusing comment.
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 aea3088da9db..5bef71b9211c 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 redis70 redis72 # etc/rc.d/redis +CONFLICTS_INSTALL= redis-devel redis62 redis72 SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} \ |