diff options
author | minoura <minoura@pkgsrc.org> | 2003-09-13 08:30:38 +0000 |
---|---|---|
committer | minoura <minoura@pkgsrc.org> | 2003-09-13 08:30:38 +0000 |
commit | dad164a9326385dae9932211a2e99197717e7f59 (patch) | |
tree | 8784de760fe4e9cf4b7ad5121099a07a1087dae6 /inputmethod/skk/Makefile | |
parent | 3e9653bd0bb5144731e031f93220b261db311e3d (diff) | |
download | pkgsrc-dad164a9326385dae9932211a2e99197717e7f59.tar.gz |
editors/mule-ucs now supports emacs20.
Thanks again to Ogawa-san.
Diffstat (limited to 'inputmethod/skk/Makefile')
-rw-r--r-- | inputmethod/skk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/skk/Makefile b/inputmethod/skk/Makefile index 85bd54f3b0b..d168b55914b 100644 --- a/inputmethod/skk/Makefile +++ b/inputmethod/skk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/09/13 06:07:10 minoura Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/13 08:30:38 minoura Exp $ # DISTNAME= ddskk-12.2.0 @@ -20,9 +20,7 @@ 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 |