diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-08-24 15:32:58 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-08-24 15:32:58 +0000 |
commit | f074605386a68a07a7be3449cf62dc6127ebd37c (patch) | |
tree | 78f877cb1e24f90405f3cfd0543931517c361849 /japanese/jmode | |
parent | 83650b65b021472ec4f91119d43cc05b782daf50 (diff) |
Switch input method from SKK to Anthy and move SKK-supported jmode
to jmode-skk port.
Take over maintainership.
Notes
Notes:
svn path=/head/; revision=87611
Diffstat (limited to 'japanese/jmode')
-rw-r--r-- | japanese/jmode/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/jmode/Makefile b/japanese/jmode/Makefile index afda7dcf2656..181cf2314c83 100644 --- a/japanese/jmode/Makefile +++ b/japanese/jmode/Makefile @@ -10,16 +10,15 @@ PORTVERSION= 0.6.7 CATEGORIES= japanese MASTER_SITES= http://downloads.sourceforge.jp/anthy/5467/ -MAINTAINER= ports@FreeBSD.org -COMMENT= XIM server for Anthy input method +MAINTAINER= nobutaka@FreeBSD.org +COMMENT?= XIM server for Anthy input method -LIB_DEPENDS= anthy.0:${PORTSDIR}/japanese/anthy +LIB_DEPENDS?= anthy.0:${PORTSDIR}/japanese/anthy USE_X_PREFIX= yes USE_GNOME= gnometarget gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-skk .include <bsd.port.mk> |