1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Unbreak; make work with tcl8.0.

This commit is contained in:
Mark Murray 1998-10-25 09:03:24 +00:00
parent 933e7d280b
commit 84e6076838
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14173
2 changed files with 4 additions and 6 deletions

View File

@ -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}

View File

@ -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"
);