diff --git a/var/spack/repos/builtin/packages/plumed/package.py b/var/spack/repos/builtin/packages/plumed/package.py
index 8a0e63146338e611fa879da3593cb71f4a63c9a5..02d9852add0ac9773844e538cf66f7c9d0a00796 100644
--- a/var/spack/repos/builtin/packages/plumed/package.py
+++ b/var/spack/repos/builtin/packages/plumed/package.py
@@ -115,10 +115,10 @@ def install(self, spec, prefix):
                 'CXX={0}'.format(spec['mpi'].mpicxx)
             ])
 
-            # If the MPI dependency is provided by the intelmpi package then
+            # If the MPI dependency is provided by the intel-mpi package then
             # the following additional argument is required to allow it to
             # build.
-            if spec.satisfies('^intelmpi'):
+            if spec.satisfies('^intel-mpi'):
                 configure_opts.extend([
                     'STATIC_LIBS=-mt_mpi'
                 ])