diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-15 23:44:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-15 23:44:13 +0000 |
commit | 31e3c5129c19e707f79302066d308eacb6c4d6ef (patch) | |
tree | 3ddf5bd35d46312c37dfbf472d337bd9a8aeb373 /Mk/bsd.options.mk | |
parent | Do not set again WITHOUT_NLS in old backward compatibility if NLS is in OPTIO... (diff) |
fmake doesn't like previous commit (which breaks index) [1]
Given we do not support for long enough old OPTIONS framework just get
rid of this compat block that doesn't bring anything anymore
Kick by: cperciva [1]
Notes
Notes:
svn path=/head/; revision=336596
Diffstat (limited to 'Mk/bsd.options.mk')
-rw-r--r-- | Mk/bsd.options.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk index 192204fec82c..45b53c8d8d18 100644 --- a/Mk/bsd.options.mk +++ b/Mk/bsd.options.mk @@ -355,20 +355,6 @@ NOPORTEXAMPLES= yes ALL_OPTIONS= ${OPTIONS_DEFINE} .endif -### to be removed once old OPTIONS disappear -.for opt in ${ALL_OPTIONS} -.if empty(PORT_OPTIONS:M${opt}) -. if !defined(WITH_${opt}) && !defined(WITHOUT_${opt}) && ${opt} != NLS -WITHOUT_${opt}:= true -. endif -.else -. if !defined(WITH_${opt}) && !defined(WITHOUT_${opt}) -WITH_${opt}:= true -. endif -.endif -.endfor -### - .for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE} # PLIST_SUB PLIST_SUB?= |