aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r--Mk/bsd.sanity.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index 185314f0e114..cf9d5771e899 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -112,6 +112,9 @@ DEV_ERROR+= "USE_DOS2UNIX is no longer supported, please use USES=dos2unix"
.if ${LICENSE:MBSD}
DEV_WARNING+= "LICENSE must not contain BSD, instead use BSD[234]CLAUSE"
.endif
+.if ${LICENSE:MMPL}
+DEV_WARNING+= "LICENSE must not contain MPL, instead use MPL[10|11|20]"
+.endif
.else
DEV_WARNING+= "Please set LICENSE for this port"
.endif