summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorsakamoto <sakamoto>2002-06-10 11:53:54 +0000
committersakamoto <sakamoto>2002-06-10 11:53:54 +0000
commitf4128cd80d67fc851839151c8dd4479d71252bc7 (patch)
tree31edead9df123d1557c712cba3c7cc1d69eb454e /inputmethod
parent2b6d01535573e46e580d5e8d0c16ab08f13e0bbb (diff)
downloadpkgsrc-f4128cd80d67fc851839151c8dd4479d71252bc7.tar.gz
adapt to update of canna-lib, ja-freewnn-lib, sj3-lib,
and use buildlink.mk.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/kinput2/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/inputmethod/kinput2/Makefile b/inputmethod/kinput2/Makefile
index a2b88713e5c..21cf9da3018 100644
--- a/inputmethod/kinput2/Makefile
+++ b/inputmethod/kinput2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:01:25 seb Exp $
+# $NetBSD: Makefile,v 1.2 2002/06/10 11:53:54 sakamoto Exp $
# FreeBSD Id: Makefile,v 1.4 1999/06/06 13:19:49 taoka Exp $
DISTNAME= kinput2-v3
@@ -22,8 +22,8 @@ IGNORE= ${PKGNAME} is ignored. because USE_CANNA,USE_WNN4,USE_WNN6,USE_SJ3 are "
.endif
.if !defined(USE_CANNA) || ${USE_CANNA} == YES
-DEPENDS+= Canna-lib>=3.5.2:../../inputmethod/canna-lib
-KINPUT2_DEF+= -DUseCanna -Dport_CANNASRC=${LOCALBASE}/include \
+.include "../../inputmethod/canna-lib/buildlink.mk"
+KINPUT2_DEF+= -DUseCanna -Dport_CANNASRC=${BUILDLINK_DIR}/include \
-Dport_CANNALIB="${LDFLAGS} -lcanna16"
.endif
@@ -33,15 +33,15 @@ KINPUT2_DEF+= -DUseCanna -Dport_CANNASRC=${LOCALBASE}/include \
# -Dport_WNNLIB="${LDFLAGS} -lwnn6 -lcrypt"
#.elif (!defined(USE_WNN4) || ${USE_WNN4} == YES)
.if !defined(USE_WNN4) || ${USE_WNN4} == YES
-DEPENDS+= ja-FreeWnn-lib-1.10:../../inputmethod/ja-freewnn-lib
-KINPUT2_DEF+= -DUseWnn -Dport_WNNINCDIR=${LOCALBASE}/include/wnn \
+.include "../../inputmethod/freewnn-lib/buildlink.mk"
+KINPUT2_DEF+= -DUseWnn -Dport_WNNINCDIR=${BUILDLINK_DIR}/include/wnn \
-Dport_WNNLIB="${LDFLAGS} -lwnn -lcrypt"
PLIST_SRC+= ${PKGDIR}/PLIST-freewnn
.endif
.if !defined(USE_SJ3) || ${USE_SJ3} == YES
-DEPENDS+= sj3-lib-2.0.1.20:../../inputmethod/sj3-lib
-KINPUT2_DEF+= -DUseSj3 -Dport_SJ3SRC=${LOCALBASE}/include \
+.include "../../inputmethod/sj3-lib/buildlink.mk"
+KINPUT2_DEF+= -DUseSj3 -Dport_SJ3SRC=${BUILDLINK_DIR}/include \
-Dport_SJ3LIB="${LDFLAGS} -lsj3lib"
PLIST_SRC+= ${PKGDIR}/PLIST-sj3
.endif