diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 11:28:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 11:28:52 +0000 |
commit | 827dbfd2d3017be66753ee9f9e5e90ed4c22da16 (patch) | |
tree | 71f0c1d3c681a7fb1054425e363f431770025a4c /Mk | |
parent | 56a9edd390194228dcd6e70a5d3a6eb148b9c533 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk index 0a326e5f0728..0aa15e26dcb9 100644 --- a/Mk/bsd.options.mk +++ b/Mk/bsd.options.mk @@ -351,10 +351,6 @@ NOPORTDOCS= yes NOPORTEXAMPLES= yes .endif -.if empty(PORT_OPTIONS:MNLS) -WITHOUT_NLS= yes -.endif - .if defined(NO_OPTIONS_SORT) ALL_OPTIONS= ${OPTIONS_DEFINE} .endif |