diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-20 02:33:30 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-20 02:33:30 +0800 |
commit | 838dc61200b5944f40a598370fd49cb7cb1db9f5 (patch) | |
tree | db620b7924c5f825ab7f8cb488c8f4701864c4ea /net/scotty | |
parent | 76a6c8e7c60fafe9dd714aa96abb0ee7eb810ff7 (diff) | |
download | freebsd-ports-gnome-838dc61200b5944f40a598370fd49cb7cb1db9f5.tar.gz freebsd-ports-gnome-838dc61200b5944f40a598370fd49cb7cb1db9f5.tar.zst freebsd-ports-gnome-838dc61200b5944f40a598370fd49cb7cb1db9f5.zip |
Mark broken for ELF:
Error in startup script: couldn't load file "/usr/local/lib/tkined1.4.9.so":
/usr/local/lib/tkined1.4.9.so: Undefined symbol "Tk_CanvasTagsParseProc"
This is just waiting for those budding Tk/tcl hackers to dive in. :-)
Diffstat (limited to 'net/scotty')
-rw-r--r-- | net/scotty/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index 4998ce93703d..92aaf380da8f 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.30 1998/09/25 10:05:12 asami Exp $ +# $Id: Makefile,v 1.31 1998/12/18 23:22:54 phk Exp $ # DISTNAME= scotty-2.1.9 @@ -10,6 +10,8 @@ MAINTAINER= phk@freebsd.org LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +BROKEN_ELF='Error in startup script: couldn't load file "/usr/local/lib/tkined1.4.9.so": /usr/local/lib/tkined1.4.9.so: Undefined symbol "Tk_CanvasTagsParseProc"' + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ --with-tk-config=/usr/local/lib/tk8.0 |