pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk leim for Emacs 22 is always installed with the base...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1da3f08f8cf
branches:  trunk
changeset: 530284:a1da3f08f8cf
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Thu Jun 21 13:20:59 2007 +0000

description:
leim for Emacs 22 is always installed with the base.  Nothing additional is
needed.

diffstat:

 mk/emacs.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8dd8ff256959 -r a1da3f08f8cf mk/emacs.mk
--- a/mk/emacs.mk       Thu Jun 21 12:38:27 2007 +0000
+++ b/mk/emacs.mk       Thu Jun 21 13:20:59 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: emacs.mk,v 1.37 2007/06/20 11:40:22 markd Exp $
+# $NetBSD: emacs.mk,v 1.38 2007/06/21 13:20:59 uebayasi Exp $
 #
 # This Makefile fragment handles Emacs Lisp Packages (== ELPs).
 #
@@ -341,8 +341,8 @@
 _EMACS_PKGDEP.${_EMACS_TYPE},leim?=    leim>=20.7:../../editors/leim20
 .elif !empty(_EMACS_TYPE:Mxemacs*) || !empty(_EMACS_TYPE:Memacs21*)
 _EMACS_PKGDEP.${_EMACS_TYPE},leim?=    leim>=21.2:../../editors/leim
-.else
-_EMACS_PKGDEP.${_EMACS_TYPE},leim?=    leim>=22:../../wip/leim-current
+.elif !empty(_EMACS_TYPE:Mxemacs*) || !empty(_EMACS_TYPE:Memacs22*)
+_EMACS_PKGDEP.${_EMACS_TYPE},leim?=    # nothing
 .endif
 
 .for _mod_ in ${EMACS_MODULES}



Home | Main Index | Thread Index | Old Index