aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-15 22:33:39 +0800
committerantoine <antoine@FreeBSD.org>2014-02-15 22:33:39 +0800
commitccba6500aec6f67260063de23d02fd1189075811 (patch)
tree373f53ac208559f2fdbbffb9c154a5556912dd3d /Mk
parent93bf119ae7921b2b4d1eccbb0f814ba7a9f19fe2 (diff)
downloadfreebsd-ports-gnome-ccba6500aec6f67260063de23d02fd1189075811.tar.gz
freebsd-ports-gnome-ccba6500aec6f67260063de23d02fd1189075811.tar.zst
freebsd-ports-gnome-ccba6500aec6f67260063de23d02fd1189075811.zip
Use OPTIONS helpers from excluded options too
Reviewed by: bapt With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.options.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk
index deb3d1fd126d..24ba4e77732f 100644
--- a/Mk/bsd.options.mk
+++ b/Mk/bsd.options.mk
@@ -359,7 +359,7 @@ NOPORTEXAMPLES= yes
ALL_OPTIONS= ${OPTIONS_DEFINE}
.endif
-.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE}
+.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE}
# PLIST_SUB
PLIST_SUB?=
. if defined(OPTIONS_SUB)