diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-06-29 17:57:40 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-06-29 17:57:40 +0200 |
commit | da00957fbe1f79c12851e0958ee7e4c8276a5527 (patch) | |
tree | d14676e2663fab07af84c52d41d9b5c21e828774 /databases/mongodb36 | |
parent | games/vt100-art-and-animations: really unbreak (diff) |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit)
Diffstat (limited to 'databases/mongodb36')
-rw-r--r-- | databases/mongodb36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mongodb36/Makefile b/databases/mongodb36/Makefile index 1d48fa876482..5db29e3a9a84 100644 --- a/databases/mongodb36/Makefile +++ b/databases/mongodb36/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ USES= compiler:c++14-lang cpe python:3.7+,build scons shebangfix USE_RC_SUBR= mongod -CONFLICTS_INSTALL= mongodb4[024] +CONFLICTS_INSTALL= mongodb[0-9][0-9] # etc/mongodb.conf.sample SHEBANG_FILES= src/mongo/installer/compass/install_compass.in python_OLD_CMD= @python_interpreter@ |