aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-04 11:46:52 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-04 11:46:52 +0000
commita226561b326f02c3f7e8069a81bf5ba274dcdd72 (patch)
tree6c5f557d636929574bac85a7fc4db3ae544eb1cf /Mk
parent6dc7ebb8f0906b0142af73ac0583210a897a43ca (diff)
downloadports-a226561b326f02c3f7e8069a81bf5ba274dcdd72.tar.gz
ports-a226561b326f02c3f7e8069a81bf5ba274dcdd72.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sanity.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index 6b4543085f5f..913852be5b38 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -27,10 +27,6 @@ DEV_WARNING+= "Not validating first entry in CATEGORIES due to being outside of
#WARNING+= "WITHOUT_X11 is deprecated use X11 option instead"
#.endif
-#.if !defined(LICENSE)
-#DEV_WARNING+= "No license is defined consider adding one"
-#.endif
-
.if defined(USE_PERL5) && ${USE_PERL5} == yes
DEV_ERROR+= "USE_PERL5=yes is unsupported, please use USES=perl5 instead"
.endif