mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-08 23:06:56 +00:00
10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
--- Makefile.PL.orig Sun Jun 15 22:37:16 1997
|
|
+++ Makefile.PL Sun Jun 15 22:37:40 1997
|
|
@@ -1,3 +1,4 @@
|
|
use ExtUtils::MakeMaker;
|
|
-WriteMakefile(LIBS => ["-ltcl -lm"],
|
|
- INC => "-I/usr/local/include -I/usr/include/tcl");
|
|
+WriteMakefile( NAME => "Tcl",
|
|
+ LIBS => ["-ltcl -lm"],
|
|
+ INC => "-I/usr/include/tcl");
|