aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim-m17nlib
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-07-10 02:06:29 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-07-10 02:06:29 +0000
commita25a39a9fa1e9c7ea07a08578930e3216a0f0b4d (patch)
tree554415409e51a32cce7a8ae6bfe0528b7e3163ed /textproc/uim-m17nlib
parent5301980440194d119d187371ae8a73c50e18b9b3 (diff)
Notes
Diffstat (limited to 'textproc/uim-m17nlib')
-rw-r--r--textproc/uim-m17nlib/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/textproc/uim-m17nlib/Makefile b/textproc/uim-m17nlib/Makefile
index dbe18c204187..a7345bb7fc60 100644
--- a/textproc/uim-m17nlib/Makefile
+++ b/textproc/uim-m17nlib/Makefile
@@ -5,7 +5,11 @@
# $FreeBSD$
#
+.if defined(WITHOUT_X11)
+PKGNAMESUFFIX= -m17nlib-nox11
+.else
PKGNAMESUFFIX= -m17nlib
+.endif
COMMENT= Uim plugin using m17n library input method
@@ -28,6 +32,10 @@ do-install:
${GMAKE} uim_plugin_LTLIBRARIES=libuim-m17nlib.la install-uim_pluginLTLIBRARIES)
post-install:
- ${X11BASE}/bin/uim-module-manager --register m17nlib
+.if defined(WITHOUT_X11)
+ ${LOCALBASE}/bin/uim-module-manager --register anthy
+.else
+ ${X11BASE}/bin/uim-module-manager --register anthy
+.endif
.include "${MASTERDIR}/Makefile"