diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-03-27 23:31:43 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-03-27 23:31:43 +0800 |
commit | 49c4610b22adeef84b2ae3f3fcab01c20ee6fdf3 (patch) | |
tree | 73a487dc0e36e4f5734a9a6e3ee4de8a77a3a5e4 /shells | |
parent | 865f0fcea481a36311700b9c86be8561fe7656fa (diff) | |
download | freebsd-ports-gnome-49c4610b22adeef84b2ae3f3fcab01c20ee6fdf3.tar.gz freebsd-ports-gnome-49c4610b22adeef84b2ae3f3fcab01c20ee6fdf3.tar.zst freebsd-ports-gnome-49c4610b22adeef84b2ae3f3fcab01c20ee6fdf3.zip |
Use OPTIONS_OVERRIDE instead of OPTIONS_SET. Also set NO_DIALOG for this stub
port.
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" |