aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-03-27 15:31:43 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-03-27 15:31:43 +0000
commitbdef052c5ab00f900dac454571e4f56bda372c99 (patch)
tree73a487dc0e36e4f5734a9a6e3ee4de8a77a3a5e4
parentd39b2dff04df971f9e69db881b97967f1e55e7a4 (diff)
downloadports-bdef052c5ab00f900dac454571e4f56bda372c99.tar.gz
ports-bdef052c5ab00f900dac454571e4f56bda372c99.zip
Notes
-rw-r--r--shells/bash-static-devel/Makefile3
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"