diff options
author | billf <billf@FreeBSD.org> | 1999-02-04 04:19:11 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-02-04 04:19:11 +0800 |
commit | 5a858a79c754b748a82d95a4a93b97b3d782ec29 (patch) | |
tree | 5000f80125a921576771b2123e1bcca7456511e3 /net/scotty | |
parent | 7c1155bdcc1510944d85e37c0cd872f9ac6972ec (diff) | |
download | freebsd-ports-gnome-5a858a79c754b748a82d95a4a93b97b3d782ec29.tar.gz freebsd-ports-gnome-5a858a79c754b748a82d95a4a93b97b3d782ec29.tar.zst freebsd-ports-gnome-5a858a79c754b748a82d95a4a93b97b3d782ec29.zip |
unBROKEN_ELF, it seems to work now.
PR: ports/9896
Submitted By: wollman, many others
Diffstat (limited to 'net/scotty')
-rw-r--r-- | net/scotty/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index 9aa249827280..c151b210c9d1 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.33 1998/12/22 04:22:12 asami Exp $ +# $Id: Makefile,v 1.34 1999/01/05 16:31:27 fenner Exp $ # DISTNAME= scotty-2.1.9 @@ -10,8 +10,6 @@ MAINTAINER= phk@freebsd.org LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 -BROKEN_ELF= 'Error in startup script: couldnt 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 |