diff options
Diffstat (limited to 'japanese/xemacs21-canna/Makefile')
-rw-r--r-- | japanese/xemacs21-canna/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/xemacs21-canna/Makefile b/japanese/xemacs21-canna/Makefile index faf0463c9de3..d73451a414f5 100644 --- a/japanese/xemacs21-canna/Makefile +++ b/japanese/xemacs21-canna/Makefile @@ -18,6 +18,7 @@ # WITH_INPUT_METHOD : input methods(configure arguments) # LIB_INPUT_METHOD : LIB_DEPENDS list of Input Methods # BUILD_INPUT_METHOD: BUILD_DEPENDS list of Input Methods +# WITH_XIM : X Input Method(configure arguments) CATEGORIES= japanese @@ -61,6 +62,9 @@ LIB_INPUT_METHOD= canna.1:${PORTSDIR}/japanese/Canna COMMENT_TEXT= XEmacs(version ${XEMACS_MAJOR_VER}) text editor, with SJ3, SKK and Canna support .endif +# If you need XIM support, set this to "xlib" or "motif". +WITH_XIM?= no + post-install:: @${MKDIR} ${PREFIX}/man/ja/man1 @${INSTALL_MAN} ${WRKSRC}/etc/xemacs-ja.1 ${PREFIX}/man/ja/man1 |