diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
index acba57c..1dad6eb 100755
--- a/support/dependencies/dependencies.sh
+++ b/support/dependencies/dependencies.sh
@@ -140,6 +140,8 @@ for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl tar wget cpio p
 	    /bin/echo -e "msgfmt is usually part of the gettext package in your distribution\n"
 	elif test $prog = "svn" ; then
 	    /bin/echo -e "svn is usually part of the subversion package in your distribution\n"
+	elif test $prog = "hg" ; then
+	    /bin/echo -e "hg is usually part of the mercurial package in your distribution\n"
 	else
 	    /bin/echo -e "\n"
 	fi
