mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
465 B
Plaintext
12 lines
465 B
Plaintext
--- Makefile.PL.orig Tue Feb 17 06:50:19 1998
|
|
+++ Makefile.PL Tue Mar 17 14:49:11 1998
|
|
@@ -66,7 +66,7 @@
|
|
'freebsd' =>
|
|
{ 'bsd' => [ '' => '-lcurses -ltermcap' ],
|
|
'ncurses' => [ '' => '-lncurses' ],
|
|
- 'default' => 'bsd'
|
|
+ 'default' => 'ncurses'
|
|
},
|
|
'hpux' => [ '' => '-lcurses -ltermcap' ],
|
|
'irix' => [ '' => '-lcurses -ltermcap' ], ##
|