summaryrefslogtreecommitdiff
path: root/net/mpich/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/mpich/Makefile')
-rw-r--r--net/mpich/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index 9866c37bae63..85fdb76076a3 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -44,11 +44,11 @@ CONFIGURE_ARGS= --with-hwloc-prefix=${LOCALBASE} ac_cv_path_BASH_SHELL=""
.for pm in ${OPTIONS_GROUP_PM}
. if ${PORT_OPTIONS:M${pm}}
. if empty(PMLIST)
-PMLIST= ${pm:L}
+PMLIST= ${pm:tl}
. elif ${PORT_OPTIONS:MD${pm}}
-PMLIST:= ${pm:L},${PMLIST}
+PMLIST:= ${pm:tl},${PMLIST}
. else
-PMLIST:= ${PMLIST},${pm:L}
+PMLIST:= ${PMLIST},${pm:tl}
. endif
. endif
.endfor