please fix DerGuteMoritz added by vandusen on Mon Nov 12 22:40:56 2012

$ svn diff                   
Index: spiffy-uri-match.meta
===================================================================
--- spiffy-uri-match.meta       (revision 27498)
+++ spiffy-uri-match.meta       (working copy)
@@ -1,8 +1,8 @@
 ((egg "spiffy-uri-match.egg")
  (synopsis "uri-match integration for spiffy")
  (doc-from-wiki)
- (depends uri-match spiffy uri-common intarweb)
+ (depends make uri-match spiffy uri-common intarweb)
  (author "Moritz Heidkamp")
  (category web)
  (license "BSD")
- (files "spiffy-uri-match.scm" "spiffy-uri-match.meta" "spiffy-uri-match.release-info" "spiffy-uri-match.setup"))
\ No newline at end of file
+ (files "spiffy-uri-match.scm" "spiffy-uri-match.meta" "spiffy-uri-match.release-info" "spiffy-uri-match.setup"))
Index: spiffy-uri-match.setup
===================================================================
--- spiffy-uri-match.setup      (revision 27498)
+++ spiffy-uri-match.setup      (working copy)
@@ -1,3 +1,4 @@
+(use make)
 (make (("spiffy-uri-match.so" ("spiffy-uri-match.scm")
        (begin
          (compile -s -O2 spiffy-uri-match.scm -J)
@@ -6,4 +7,4 @@
 (install-extension
  'spiffy-uri-match
  '("spiffy-uri-match.so" "spiffy-uri-match.import.so")
- `((version 0.2)))
\ No newline at end of file
+ `((version 0.2)))