diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-14 11:38:48 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-14 11:38:48 +0800 |
commit | 7e2c19ca43a5691519226272707f01ca2f325c81 (patch) | |
tree | 9432798193487f52413358856420f90c93b3d1b5 /lang/p5-Tcl/Makefile | |
parent | 7389f43d1f6249040a2727b78da66ca86b4a2063 (diff) | |
download | freebsd-ports-gnome-7e2c19ca43a5691519226272707f01ca2f325c81.tar.gz freebsd-ports-gnome-7e2c19ca43a5691519226272707f01ca2f325c81.tar.zst freebsd-ports-gnome-7e2c19ca43a5691519226272707f01ca2f325c81.zip |
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
Diffstat (limited to 'lang/p5-Tcl/Makefile')
-rw-r--r-- | lang/p5-Tcl/Makefile | 4 |
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} |