From 799e80b407decaeddd7a8293e71c54426aec9fe0 Mon Sep 17 00:00:00 2001 From: minoura Date: Sat, 13 Sep 2003 06:07:10 +0000 Subject: Require Mule-UCS upon build when Emacs version is 21.x. Pointed out by Takanori Ogawa (ogawa at soundboard dot co dot jp). --- inputmethod/skk/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'inputmethod') 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 -- cgit v1.2.3