diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-27 15:31:43 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-27 15:31:43 +0000 |
commit | bdef052c5ab00f900dac454571e4f56bda372c99 (patch) | |
tree | 73a487dc0e36e4f5734a9a6e3ee4de8a77a3a5e4 /shells | |
parent | d39b2dff04df971f9e69db881b97967f1e55e7a4 (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-static-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash-static-devel/Makefile b/shells/bash-static-devel/Makefile index a9ad10167aa2..a240bded4ff8 100644 --- a/shells/bash-static-devel/Makefile +++ b/shells/bash-static-devel/Makefile @@ -3,6 +3,7 @@ MASTERDIR= ${.CURDIR}/../../shells/bash-devel -OPTIONS_SET= STATIC +OPTIONS_OVERRIDE= STATIC +NO_DIALOG= yes .include "${MASTERDIR}/Makefile" |