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/uim-anthy | |
parent | 223a418f3df932bee4493fcc5aede48d8d822b24 (diff) |
Update to 1.5.0.
Notes
Notes:
svn path=/head/; revision=212904
Diffstat (limited to 'japanese/uim-anthy')
-rw-r--r-- | japanese/uim-anthy/Makefile | 6 |
1 files changed, 3 insertions, 3 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: |