aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1999-01-06 00:31:27 +0800
committerBill Fenner <fenner@FreeBSD.org>1999-01-06 00:31:27 +0800
commit1b84b2644a1311188e2d505a0dfeb7f4892f1211 (patch)
treef9ff3f917d654c18a29c62aeda030ec3ffe2aeaf /net
parent1cc21e1743fffbfc2ccca00596135e9e1b89c319 (diff)
downloadfreebsd-ports-1b84b2644a1311188e2d505a0dfeb7f4892f1211.tar.gz
freebsd-ports-1b84b2644a1311188e2d505a0dfeb7f4892f1211.tar.zst
freebsd-ports-1b84b2644a1311188e2d505a0dfeb7f4892f1211.zip
Unbreak BROKEN_ELF. You can't just take a string with the word
"couldn't" in it and enclose it in single quotes, folks...
Notes
Notes: svn path=/head/; revision=15869
Diffstat (limited to 'net')
-rw-r--r--net/scotty/Makefile4
-rw-r--r--net/scotty3/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile
index 763d48f4645b..9aa249827280 100644
--- a/net/scotty/Makefile
+++ b/net/scotty/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 \
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile
index 763d48f4645b..9aa249827280 100644
--- a/net/scotty3/Makefile
+++ b/net/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 \