$NetBSD: patch-aa,v 1.2 2011/11/06 02:44:14 hiramatsu Exp $

Avoid interactive configuration during build.

--- Makefile.PL.orig	2011-11-05 23:14:04.000000000 +0000
+++ Makefile.PL
@@ -48,8 +48,10 @@ to skip "make test", then just hit retur
 
 EOF
 
-    $host = prompt('what is the hostname for the DICT server?', $DEFAULT_HOST);
-    $port = prompt('what is the port for the DICT server?', $DEFAULT_PORT);
+#    $host = prompt('what is the hostname for the DICT server?', $DEFAULT_HOST);
+#    $port = prompt('what is the port for the DICT server?', $DEFAULT_PORT);
+    $host = $DEFAULT_HOST;
+    $port = $DEFAULT_PORT;
     print "\nWriting test config $test_config_file\n\n";
 
     open(CFGFILE, "> $test_config_file")
