aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.sanity.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index 0d20d52e336..aa57face235 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -111,7 +111,9 @@ DEV_ERROR+= "you cannot include bsd.port[.pre].mk twice"
DEV_WARNING+= "LICENSE must not contain BSD, instead use BSD[234]CLAUSE"
.endif
.else
+. if empty(USES:Mmetaport)
DEV_WARNING+= "Please set LICENSE for this port"
+. endif
.endif
.if defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install"