diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-04 11:43:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-04 11:43:53 +0000 |
commit | f05cecf6f0c99f735c76056a0d7aecc2afc5bbfd (patch) | |
tree | 582241f7ba6aeb4903e58eb697fe3339607e26e8 /Mk | |
parent | b36c608d0dae2680469518758b8358e2ef0a0c7a (diff) | |
download | ports-f05cecf6f0c99f735c76056a0d7aecc2afc5bbfd.tar.gz ports-f05cecf6f0c99f735c76056a0d7aecc2afc5bbfd.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk index ab3e3ee5f570..cad2f00ade4c 100644 --- a/Mk/bsd.options.mk +++ b/Mk/bsd.options.mk @@ -110,9 +110,6 @@ PORT_OPTIONS:= ${PORT_OPTIONS:N${opt}} . endfor ## options files (from dialog) -# unset the old WITH/WITHOUT -.for opt in ${ALL_OPTIONS} -.endfor . if exists(${OPTIONSFILE}) && !make(rmconfig) . include "${OPTIONSFILE}" . endif |