aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-04 11:43:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-04 11:43:53 +0000
commitf05cecf6f0c99f735c76056a0d7aecc2afc5bbfd (patch)
tree582241f7ba6aeb4903e58eb697fe3339607e26e8 /Mk
parentb36c608d0dae2680469518758b8358e2ef0a0c7a (diff)
downloadports-f05cecf6f0c99f735c76056a0d7aecc2afc5bbfd.tar.gz
ports-f05cecf6f0c99f735c76056a0d7aecc2afc5bbfd.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.options.mk3
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