diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-19 05:39:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-19 05:39:17 +0800 |
commit | 45ee74ce6b042eabe44d6c4fd2abd59e87601a1c (patch) | |
tree | d6dabf2524db43b57a63f65fd6969d46284e2ca4 /Mk | |
parent | fdee3a0e8fcf28551379a152f95807ad77eda082 (diff) | |
download | freebsd-ports-gnome-45ee74ce6b042eabe44d6c4fd2abd59e87601a1c.tar.gz freebsd-ports-gnome-45ee74ce6b042eabe44d6c4fd2abd59e87601a1c.tar.zst freebsd-ports-gnome-45ee74ce6b042eabe44d6c4fd2abd59e87601a1c.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" |