summaryrefslogtreecommitdiff
path: root/lang/p5-Tcl
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-14 03:38:48 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-14 03:38:48 +0000
commit9eb6e56f2e06a5e837c4328cf44f62fbb60ae1d4 (patch)
tree4dc929d01f1f15d145cef433f3ed913e0827f93b /lang/p5-Tcl
parentMark BROKEN ELF (diff)
Mark BROKEN for ELF:
Running Mkbootstrap for Tcl () chmod 644 Tcl.bs ld -o blib/arch/auto/Tcl/Tcl.so -shared Tcl.o -ltcl76 -lm /usr/libexec/elf/ld: cannot open -ltcl76: No such file or directory *** Error code 1
Notes
Notes: svn path=/head/; revision=13989
Diffstat (limited to 'lang/p5-Tcl')
-rw-r--r--lang/p5-Tcl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile
index ef1d864bc4c2..1febb4ce79ca 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.6 1998/09/15 21:31:46 asami Exp $
+# $Id: Makefile,v 1.7 1998/09/26 23:11:01 steve Exp $
#
DISTNAME= Tcl-b2
@@ -18,6 +18,8 @@ LIB_DEPENDS= tcl76.1:${PORTSDIR}/lang/tcl76
USE_PERL5= YES
+BROKEN_ELF= cannot open -ltcl76: No such file or directory
+
WRKSRC= ${WRKDIR}/Tcl
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}