--- finddeps	2007-11-07 00:53:53.000000000 +0100
+++ finddeps-echodir	2007-12-28 14:59:03.000000000 +0100
@@ -20,14 +20,16 @@
 			# lose the version comaparator, if any
 			depname=${dep%%[<>=]*}
 			if [ "$depname" = "$match" ]; then
-				echo $pkgname
+				#echo "$pkgname"
+				echo "$d (depends)"
 			fi
 		done
 		for dep in "${makedepends[@]}"; do
 			# lose the version comaparator, if any
 			depname=${dep%%[<>=]*}
 			if [ "$depname" = "$match" ]; then
-				echo $pkgname
+				#echo "$d : mdep : $pkgname"
+				echo "$d (makedepends)"
 			fi
 		done
 	fi
