mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
54a84bff56
PR: 20251 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
12 lines
444 B
Plaintext
12 lines
444 B
Plaintext
--- Makefile.PL.orig Mon Jul 17 03:13:25 2000
|
|
+++ Makefile.PL Mon Jul 31 17:47:33 2000
|
|
@@ -91,7 +91,7 @@
|
|
'freebsd' => {
|
|
'bsd' => [ '' => '-lcurses -ltermcap' ],
|
|
'ncurses' => [ '' => '-lncurses' ],
|
|
- 'default' => 'bsd'
|
|
+ 'default' => 'ncurses'
|
|
},
|
|
'hpux' => [ '' => '-lcurses -ltermcap' ],
|
|
'irix' => {
|