diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2013-05-14 16:51:16 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2013-05-14 16:51:16 +0000 |
commit | 3efa67895e3da532532297f27219d5577b98f7fb (patch) | |
tree | a267d1b475414715fe605e54569850152daafa3d /japanese/uim-anthy | |
parent | 4e0bf4d3794103f98004cd7493c78c808555b124 (diff) |
Notes
Diffstat (limited to 'japanese/uim-anthy')
-rw-r--r-- | japanese/uim-anthy/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile index ebbabe6b66b7..cf7f9ff28207 100644 --- a/japanese/uim-anthy/Makefile +++ b/japanese/uim-anthy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-uim-anthy -# Date created: 31 August 2003 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= japanese .if defined(WITHOUT_X11) @@ -18,8 +14,8 @@ COMMENT= Uim plugin using Anthy input method USE_GNOME= gtk20 .endif -LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \ - uim.8:${PORTSDIR}/textproc/uim +LIB_DEPENDS= anthy:${PORTSDIR}/japanese/anthy \ + uim:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} |