diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2024-11-21 13:35:45 +0000 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2024-11-21 13:35:45 +0000 |
commit | c45dd57f77834a0f7c64baf7f518d9ee08e1e575 (patch) | |
tree | 03390e5a9cb7f62d7fe293bc12f1c2b82bb4013d | |
parent | 628057b37dd880ff3e4528129ec13f5abdd40b41 (diff) |
sysutils/devd-mount: CONFLICTS -> CONFLICTS_INSTALL
Conflict with filesystems/automount is a runtime issue
-rw-r--r-- | sysutils/devd-mount/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/devd-mount/Makefile b/sysutils/devd-mount/Makefile index 6aafc4679e37..9ecbc97bd3d0 100644 --- a/sysutils/devd-mount/Makefile +++ b/sysutils/devd-mount/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/outpaddling/devd-mount LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS= automount # Competing devd rules +CONFLICTS_INSTALL= automount # Competing devd rules USE_GITHUB= yes GH_ACCOUNT= outpaddling |