summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorminskim <minskim>2004-03-02 17:49:51 +0000
committerminskim <minskim>2004-03-02 17:49:51 +0000
commitdaef6cc94b491292308bf599a7e0b800aae2ad52 (patch)
tree613a17a8f6a88c7d7187c94e48c2141493a046d9 /inputmethod
parente17b9b3eb4a8d7d16906d24b4392ba515fc0807c (diff)
downloadpkgsrc-daef6cc94b491292308bf599a7e0b800aae2ad52.tar.gz
Remove sj3 library from Makefile dependencies, because it is built by
sj3-lib. Noted by Haruhisa MINAMI on tech-pkg-ja@jp.NetBSD.org.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/sj3-server-bin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/sj3-server-bin/Makefile b/inputmethod/sj3-server-bin/Makefile
index fc9164105f3..62639e14440 100644
--- a/inputmethod/sj3-server-bin/Makefile
+++ b/inputmethod/sj3-server-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/27 00:53:11 heinz Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/02 17:49:51 minskim Exp $
#
DISTNAME= sj3-2.0.1.20
@@ -37,6 +37,7 @@ pre-configure:
@for file in `${FIND} ${WRKSRC} -name Imakefile -print`; do \
${MV} -f $$file $$file.orig; \
${SED} -e 's|\(= \).*/lib\(sj3lib\).a|\1-l\2|' \
+ -e 's|^DEPLIBS.*|DEPLIBS =|' \
$$file.orig > $$file; \
done