summaryrefslogtreecommitdiff
path: root/lang/p5-Tcl
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-10-25 09:03:24 +0000
committerMark Murray <markm@FreeBSD.org>1998-10-25 09:03:24 +0000
commit84e6076838eb3202960a8f775664c48916e67bdd (patch)
tree9cc518df40ba787c8b6eef5f59f9907fea7c1493 /lang/p5-Tcl
parentUse pkg/MESSAGE for information the user needs to read after (diff)
Unbreak; make work with tcl8.0.
Notes
Notes: svn path=/head/; revision=14173
Diffstat (limited to 'lang/p5-Tcl')
-rw-r--r--lang/p5-Tcl/Makefile6
-rw-r--r--lang/p5-Tcl/files/patch-aa4
2 files changed, 4 insertions, 6 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile
index 1febb4ce79ca..97e6cc31d008 100644
--- a/lang/p5-Tcl/Makefile
+++ b/lang/p5-Tcl/Makefile
@@ -3,7 +3,7 @@
# Date created: June 15th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.7 1998/09/26 23:11:01 steve Exp $
+# $Id: Makefile,v 1.8 1998/10/14 03:38:48 jseger Exp $
#
DISTNAME= Tcl-b2
@@ -14,12 +14,10 @@ MASTER_SITE_SUBDIR= Tcl
MAINTAINER= jfitz@FreeBSD.ORG
-LIB_DEPENDS= tcl76.1:${PORTSDIR}/lang/tcl76
+LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80
USE_PERL5= YES
-BROKEN_ELF= cannot open -ltcl76: No such file or directory
-
WRKSRC= ${WRKDIR}/Tcl
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/lang/p5-Tcl/files/patch-aa b/lang/p5-Tcl/files/patch-aa
index 2963143acca0..d79a7ddd4d64 100644
--- a/lang/p5-Tcl/files/patch-aa
+++ b/lang/p5-Tcl/files/patch-aa
@@ -6,6 +6,6 @@
VERSION => "b2",
- LIBS => ["-ltcl -lm"],
- INC => "-I/usr/local/include -I/usr/include/tcl"
-+ LIBS => ["-ltcl76 -lm"],
-+ INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl7.6"
++ LIBS => ["-L$ENV{PREFIX}/lib -ltcl80 -lm"],
++ INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl8.0"
);