diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 16:39:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 16:39:30 +0800 |
commit | ec642ddc643c8ddcfeee47498be136b86aee10b9 (patch) | |
tree | 0254efc28697a24b3d04afbea35d4139639092dc /shells/bash | |
parent | 930089eb49af67dd010db56961df66353b837309 (diff) | |
download | freebsd-ports-gnome-ec642ddc643c8ddcfeee47498be136b86aee10b9.tar.gz freebsd-ports-gnome-ec642ddc643c8ddcfeee47498be136b86aee10b9.tar.zst freebsd-ports-gnome-ec642ddc643c8ddcfeee47498be136b86aee10b9.zip |
Fix bash-static slave ports with bash being now using new options framework
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index a4f64c7de24e..9208cb1912b6 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -61,7 +61,7 @@ CONFIGURE_ARGS= --without-bash-malloc \ --disable-rpath \ --enable-disabled-builtins -.if ${PORT_OPTIONS:MSTATIC_BASH} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no") +.if ${PORT_OPTIONS:MSTATIC} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no") CONFIGURE_ARGS+= --enable-static-link PKGNAMESUFFIX= -static CONFLICTS+= bash-[0-9]* bash-devel-[0-9]* bash-static-devel-[0-9]* |