aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/msql/Makefile2
-rw-r--r--databases/msql3/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/databases/msql/Makefile b/databases/msql/Makefile
index cd43944c7ff1..82ff0a752ed3 100644
--- a/databases/msql/Makefile
+++ b/databases/msql/Makefile
@@ -13,6 +13,8 @@ CATEGORIES= databases
MAINTAINER= vasallia@ukr.net
COMMENT= The Mini SQL server, version 2
+CONFLICTS= msql-3*
+
INSTALLS_SHLIB= YES
USE_PERL5= YES
USE_REINPLACE= YES
diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile
index 1d2dd188fc21..8b0a57a9f9c7 100644
--- a/databases/msql3/Makefile
+++ b/databases/msql3/Makefile
@@ -12,6 +12,8 @@ CATEGORIES= databases
MAINTAINER= vasallia@ukr.net
COMMENT= Version 3 of the Mini SQL relational database system
+CONFLICTS= msql-2*
+
INSTALLS_SHLIB= YES
USE_PERL5= YES
USE_REINPLACE= YES