diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2008-05-11 13:09:45 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2008-05-11 13:09:45 +0000 |
commit | 02e53bdbc956933d89d2d0772ac8a26ab06ecf91 (patch) | |
tree | 6ae428036696509fdce2536a159b8f187d062040 /japanese | |
parent | 223a418f3df932bee4493fcc5aede48d8d822b24 (diff) | |
download | ports-02e53bdbc956933d89d2d0772ac8a26ab06ecf91.tar.gz ports-02e53bdbc956933d89d2d0772ac8a26ab06ecf91.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/uim-anthy/Makefile | 6 | ||||
-rw-r--r-- | japanese/uim-canna/Makefile | 2 | ||||
-rw-r--r-- | japanese/uim-prime/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile index 8b49ceaf0a0b..0f16d0139019 100644 --- a/japanese/uim-anthy/Makefile +++ b/japanese/uim-anthy/Makefile @@ -19,14 +19,14 @@ USE_GNOME= gtk20 .endif LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \ - uim.5:${PORTSDIR}/textproc/uim + uim.6:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} CONFIGURE_ARGS= --with-anthy .if !defined(WITHOUT_X11) -CONFIGURE_ARGS+= --with-gtk2 -enable-dict +CONFIGURE_ARGS+= --with-gtk2 --enable-dict .endif UIM_SLAVE= yes @@ -37,7 +37,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-uim_Makefile.in \ do-build: (cd ${WRKSRC}/uim && ${GMAKE} libuim-anthy.la) .if !defined(WITHOUT_X11) - (cd ${WRKSRC}/helper && ${GMAKE} LIBS="-luim" uim-dict-gtk) + (cd ${WRKSRC}/helper && ${GMAKE} uim-dict-gtk) .endif do-install: diff --git a/japanese/uim-canna/Makefile b/japanese/uim-canna/Makefile index 949cb28a4248..0f9a95217c61 100644 --- a/japanese/uim-canna/Makefile +++ b/japanese/uim-canna/Makefile @@ -15,7 +15,7 @@ PKGNAMESUFFIX= -canna COMMENT= Uim plugin using Canna input method LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna \ - uim.5:${PORTSDIR}/textproc/uim + uim.6:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} diff --git a/japanese/uim-prime/Makefile b/japanese/uim-prime/Makefile index 75d8190eac95..9aceb697e2c5 100644 --- a/japanese/uim-prime/Makefile +++ b/japanese/uim-prime/Makefile @@ -15,7 +15,7 @@ PKGNAMESUFFIX= -prime COMMENT= Uim plugin using PRIME input method BUILD_DEPENDS= prime:${PORTSDIR}/japanese/prime -LIB_DEPENDS= uim.5:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.6:${PORTSDIR}/textproc/uim RUN_DEPENDS+= ${BUILD_DEPENDS} MASTERDIR= ${.CURDIR}/../../textproc/uim |