mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c6a2d5ef5b
Submitted by: knu@idaemons.org Kakasi library module for Perl5
13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
--- Makefile.PL~ Wed Sep 29 15:55:02 1999
|
|
+++ Makefile.PL Fri Feb 25 03:21:31 2000
|
|
@@ -3,7 +3,7 @@
|
|
WriteMakefile(
|
|
'NAME' => 'Text::Kakasi',
|
|
'VERSION_FROM' => 'Kakasi.pm',
|
|
- 'INC' => '-I/usr/local/include',
|
|
- 'LIBS' => ['-L/usr/local/lib -lkakasi'],
|
|
+ 'INC' => "-I$ENV{PREFIX}/include",
|
|
+ 'LIBS' => ["-L$ENV{PREFIX}/lib -lkakasi"],
|
|
'DEFINE' => '-DWAKATIGAKI',
|
|
);
|