diff options
author | fenner <fenner@FreeBSD.org> | 1999-01-05 16:31:27 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-01-05 16:31:27 +0000 |
commit | d5c8919e81a65e64948e3b5cc81786716c72305c (patch) | |
tree | bf6346584dc84193c0d1e990c497a92afbcf0595 /net-mgmt/scotty3 | |
parent | e54d147dd21d004e94fafc6d08bbecbd1490b7e1 (diff) | |
download | FreeBSD-ports-d5c8919e81a65e64948e3b5cc81786716c72305c.zip FreeBSD-ports-d5c8919e81a65e64948e3b5cc81786716c72305c.tar.gz |
Unbreak BROKEN_ELF. You can't just take a string with the word
"couldn't" in it and enclose it in single quotes, folks...
Diffstat (limited to 'net-mgmt/scotty3')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 763d48f..9aa2498 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.32 1998/12/19 18:33:30 obrien Exp $ +# $Id: Makefile,v 1.33 1998/12/22 04:22:12 asami Exp $ # DISTNAME= scotty-2.1.9 @@ -10,7 +10,7 @@ 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"' +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 \ |