diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-16 07:44:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-16 07:44:13 +0800 |
commit | 4aacc27450bb8bfb6c33f3253775b6452af2b5cf (patch) | |
tree | 3ddf5bd35d46312c37dfbf472d337bd9a8aeb373 | |
parent | 9a37accf9a06de2e56ee7c162f35688e4105033b (diff) | |
download | freebsd-ports-gnome-4aacc27450bb8bfb6c33f3253775b6452af2b5cf.tar.gz freebsd-ports-gnome-4aacc27450bb8bfb6c33f3253775b6452af2b5cf.tar.zst freebsd-ports-gnome-4aacc27450bb8bfb6c33f3253775b6452af2b5cf.zip |
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]
-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?= |