aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-06 13:58:49 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-06 13:58:49 +0000
commitce85acab769712d5abf778e61b11c25416af00f2 (patch)
tree31cd1ff448479afe264a9c7aa57ee6c932454220 /shells
parented83fb4327806d5ccd11aa8462c5b0f92b7c4a56 (diff)
Inspired by bapt's recent commit to shells/bash-static adapt this port to also
use OPTIONS_SLAVE.
Notes
Notes: svn path=/head/; revision=317517
Diffstat (limited to 'shells')
-rw-r--r--shells/bash-static-devel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/bash-static-devel/Makefile b/shells/bash-static-devel/Makefile
index a240bded4ff8..870532816449 100644
--- a/shells/bash-static-devel/Makefile
+++ b/shells/bash-static-devel/Makefile
@@ -3,7 +3,6 @@
MASTERDIR= ${.CURDIR}/../../shells/bash-devel
-OPTIONS_OVERRIDE= STATIC
-NO_DIALOG= yes
+OPTIONS_SLAVE= STATIC
.include "${MASTERDIR}/Makefile"