diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2008-05-11 21:09:45 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2008-05-11 21:09:45 +0800 |
commit | f020db10b19aa0bb90eb26b0de4b354e0c0e5d3b (patch) | |
tree | 71d16b3db94722bbed52047cff2e14f834b2e1cb /japanese/uim-anthy | |
parent | 2c4e12dc61330c400e3f91afa58c24d682c40bdf (diff) | |
download | freebsd-ports-gnome-f020db10b19aa0bb90eb26b0de4b354e0c0e5d3b.tar.gz freebsd-ports-gnome-f020db10b19aa0bb90eb26b0de4b354e0c0e5d3b.tar.zst freebsd-ports-gnome-f020db10b19aa0bb90eb26b0de4b354e0c0e5d3b.zip |
Update to 1.5.0.
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: |