$NetBSD: patch-aa,v 1.1.1.1 2007/03/15 15:41:29 obache Exp $

--- Makefile.PL.orig	2003-05-06 02:56:17.000000000 +0300
+++ Makefile.PL
@@ -48,8 +48,8 @@ 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 = "test.dict.org";
+    $port = 2628;
     print "\nWriting test config $test_config_file\n\n";
 
     open(CFGFILE, "> $test_config_file")
