Comment LICENSE warning for now, license framework needs more love before advertising everyone to add one
This commit is contained in:
parent
9a7ea90678
commit
15cd7b3ca7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327579
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ WARNING+= "WITHOUT_NLS is deprecated use NLS option instead"
|
|||
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(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"
|
||||
|
|
Loading…
Reference in a new issue