summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorminoura <minoura@pkgsrc.org>2003-09-13 06:07:10 +0000
committerminoura <minoura@pkgsrc.org>2003-09-13 06:07:10 +0000
commit799e80b407decaeddd7a8293e71c54426aec9fe0 (patch)
treeeb056a57f5d28c87e09779874ec28b1531afb6e9 /inputmethod
parent5c377018fd37e600225ebda9c0106114aa7f3b79 (diff)
downloadpkgsrc-799e80b407decaeddd7a8293e71c54426aec9fe0.tar.gz
Require Mule-UCS upon build when Emacs version is 21.x.
Pointed out by Takanori Ogawa (ogawa at soundboard dot co dot jp).
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/skk/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/inputmethod/skk/Makefile b/inputmethod/skk/Makefile
index 0e7c0be4203..85bd54f3b0b 100644
--- a/inputmethod/skk/Makefile
+++ b/inputmethod/skk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/09/12 12:53:44 minoura Exp $
+# $NetBSD: Makefile,v 1.3 2003/09/13 06:07:10 minoura Exp $
#
DISTNAME= ddskk-12.2.0
@@ -20,6 +20,9 @@ DEPENDS= ${PKGNAME_PREFIX}apel>=10.6:../../devel/apel
.if ${EMACS_FLAVOR} == "emacs"
BUILD_DEPENDS+= ${PKGNAME_PREFIX}lookup-*:../../misc/lookup
EMACS_USE_LEIM= # defined
+.if ${_EMACS_VERSION} == "emacs21" || ${_EMACS_VERSION} == "emacs21nox"
+BUILD_DEPENDS+= Mule-UCS-*:../../editors/mule-ucs
+.endif
.else # xemacs
PKGNAME= xemacs-skk-12.2.0 # XXX
BUILD_DEPENDS+= xemacs-packages>=1.10:../../editors/xemacs-packages