pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/skk Require Mule-UCS upon build when Emacs...
details: https://anonhg.NetBSD.org/pkgsrc/rev/568e62e2ba45
branches: trunk
changeset: 461245:568e62e2ba45
user: minoura <minoura%pkgsrc.org@localhost>
date: Sat Sep 13 06:07:10 2003 +0000
description:
Require Mule-UCS upon build when Emacs version is 21.x.
Pointed out by Takanori Ogawa (ogawa at soundboard dot co dot jp).
diffstat:
inputmethod/skk/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 0ea9fb9e802c -r 568e62e2ba45 inputmethod/skk/Makefile
--- a/inputmethod/skk/Makefile Sat Sep 13 05:55:14 2003 +0000
+++ b/inputmethod/skk/Makefile Sat Sep 13 06:07:10 2003 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index