Index: bash/Makefile =================================================================== RCS file: /home/pcvs/ports/shells/bash/Makefile,v retrieving revision 1.85 diff -u -r1.85 Makefile --- bash/Makefile 30 Nov 2005 15:10:12 -0000 1.85 +++ bash/Makefile 30 Nov 2005 19:35:03 -0000 @@ -56,7 +56,7 @@ --disable-rpath \ --enable-disabled-builtins -.if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no") +.if defined(WITH_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no") .if !defined(WITHOUT_NLS) WITHOUT_NLS=yes .endif Index: bash2/Makefile =================================================================== RCS file: /home/pcvs/ports/shells/bash2/Makefile,v retrieving revision 1.77 diff -u -r1.77 Makefile --- bash2/Makefile 16 Oct 2005 05:21:09 -0000 1.77 +++ bash2/Makefile 30 Nov 2005 19:35:03 -0000 @@ -36,7 +36,7 @@ WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//} GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline -.if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" )) +.if defined(WITH_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" )) CONFIGURE_ARGS+= --enable-static-link .else CONFIGURE_ARGS+= --enable-static-link=no