diff options
author | minoura <minoura> | 2003-09-13 06:07:10 +0000 |
---|---|---|
committer | minoura <minoura> | 2003-09-13 06:07:10 +0000 |
commit | 8e0d87d2c503c9f2e80b7e570aca792017971cfe (patch) | |
tree | eb056a57f5d28c87e09779874ec28b1531afb6e9 /inputmethod | |
parent | 67b67131a0937c03674d656e3a9803b63ae258b5 (diff) | |
download | pkgsrc-8e0d87d2c503c9f2e80b7e570aca792017971cfe.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/Makefile | 5 |
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 |