--- Makefile.orig Mon Jun 28 17:22:12 2004 +++ Makefile Mon Jun 28 17:22:30 2004 @@ -24,7 +24,7 @@ # Define where you want Frotz to look for frotz.conf. # -CONFIG_DIR = /usr/local/etc +#CONFIG_DIR = /usr/local/etc #CONFIG_DIR = /etc #CONFIG_DIR = /usr/pkg/etc #CONFIG_DIR = @@ -73,8 +73,8 @@ # curses library won't work, comment out the first option and uncomment # the second. # -CURSES = -lcurses -#CURSES = -lncurses +#CURSES = -lcurses +CURSES = -lncurses # Uncomment this if your need to use ncurses instead of the # vendor-supplied curses library. This just tells the compile process