1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Allow NO_OPTIONS_SORT to work with old OPTIONS

Requested by:	dougb@
This commit is contained in:
Baptiste Daroussin 2012-06-05 06:03:36 +00:00
parent 8d2bcfffda
commit ed18e382be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298423

View File

@ -47,6 +47,9 @@ opt:= ${O}
. if !defined(optname)
optname:= ${O}
ALL_OPTIONS+= ${O}
.if !defined(OPTIONS_DEFINE) || empty(OPTIONS_DEFINE:M${O})
OPTIONS_DEFINE+= ${O}
.endif
PORT_OPTIONS+= ${O}
. elif !defined(optdesc)
optdesc:= ${opt}