mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
7e2d88220c
PR: ports/27670 Submitted by: Chia-liang Kao <clkao@clkao.org>
15 lines
540 B
Plaintext
15 lines
540 B
Plaintext
--- Makefile.PL.orig Fri Dec 11 03:50:16 1998
|
|
+++ Makefile.PL Sun May 27 05:23:05 2001
|
|
@@ -16,9 +16,9 @@
|
|
WriteMakefile(
|
|
'NAME' => 'Cdk',
|
|
'VERSION' => '4.9.6',
|
|
- 'LIBS' => ['-L/home/glover/local/lib -lcdk -lncurses'],
|
|
+ 'LIBS' => ['-L/usr/local/lib -lcdk -lncurses'],
|
|
'DEFINE' => '-DHAVE_USLEEP -DHAVE_NCURSES -DHAVE_COLOR -DCDK_PERL_EXT',
|
|
- 'INC' => '-I/usr/include/ncurses -I/home/glover/local/include/cdk',
|
|
+ 'INC' => '-I/usr/include -I/usr/local/include/cdk',
|
|
'clean' => {FILES => 'Makefile.old'},
|
|
);
|
|
|