summaryrefslogtreecommitdiff
path: root/editors/ted/files/configure
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-04 20:54:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-04 20:54:37 +0000
commitb8e38785f81c470799ad63176e975207654e7b0e (patch)
tree09542db43b4826372b779dffe0fe30029b434e5f /editors/ted/files/configure
parentCommit a patch from Ubuntu to fix a bug which can occur when trying to (diff)
- Update to 2.20
PR: 136043 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=237104
Diffstat (limited to 'editors/ted/files/configure')
-rw-r--r--editors/ted/files/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ted/files/configure b/editors/ted/files/configure
index 0e35ea185431..6f1d0881348e 100644
--- a/editors/ted/files/configure
+++ b/editors/ted/files/configure
@@ -1,6 +1,6 @@
#!/bin/sh
-dirs="Ted appFrame appUtil bitmap ind libreg tedPackage"
+dirs="Ted appFrame appUtil bitmap ind docBuf tedPackage"
for d in $dirs; do
(cd $d && echo -n "./configure $* in:" && pwd && ./configure $*)