diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-19 05:39:17 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-19 05:39:17 +0800 |
commit | 15cd7b3ca7a5828625e71dbe944f6d58a60bbd16 (patch) | |
tree | d6dabf2524db43b57a63f65fd6969d46284e2ca4 /Mk | |
parent | 9a7ea90678eaf6a53ce0e4cef68232084a279319 (diff) | |
download | freebsd-ports-gnome-15cd7b3ca7a5828625e71dbe944f6d58a60bbd16.tar.gz freebsd-ports-gnome-15cd7b3ca7a5828625e71dbe944f6d58a60bbd16.tar.zst freebsd-ports-gnome-15cd7b3ca7a5828625e71dbe944f6d58a60bbd16.zip |
Comment LICENSE warning for now, license framework needs more love before advertising everyone to add one
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index 550d8dbd58bc..eed53f740731 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -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" |