diff options
author | sakamoto <sakamoto> | 2002-06-10 11:53:54 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 2002-06-10 11:53:54 +0000 |
commit | 6066fad301a155fbe85e1377f1fc464f29a5f0c4 (patch) | |
tree | 31edead9df123d1557c712cba3c7cc1d69eb454e /inputmethod | |
parent | cbc61e523590fc53b252f1068fcaf02bc0ee1b43 (diff) | |
download | pkgsrc-6066fad301a155fbe85e1377f1fc464f29a5f0c4.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/Makefile | 14 |
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 |