diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-04 11:46:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-04 11:46:52 +0000 |
commit | a226561b326f02c3f7e8069a81bf5ba274dcdd72 (patch) | |
tree | 6c5f557d636929574bac85a7fc4db3ae544eb1cf | |
parent | 6dc7ebb8f0906b0142af73ac0583210a897a43ca (diff) | |
download | freebsd-ports-a226561b326f02c3f7e8069a81bf5ba274dcdd72.zip |
Remove obsolete entry.
Sponsored by: Absolight
-rw-r--r-- | Mk/bsd.sanity.mk | 4 |
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 |