diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-11-12 01:58:24 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-11-12 01:58:24 +0000 |
commit | 28c4854853fe4ffb39f266586dfdaa675f3d95db (patch) | |
tree | 0baff577436e2957b6b0830a8f55a9dc6f837c2d | |
parent | 7a7c67a9773b8b37c74b1d714f23847b55a103dd (diff) | |
download | pkgsrc-28c4854853fe4ffb39f266586dfdaa675f3d95db.tar.gz |
Correct dependency patterns for xemacs*nox (xemacs-nox -> xemacs-nox11).
-rw-r--r-- | mk/emacs.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/emacs.mk b/mk/emacs.mk index 83ca2eefca9..1bb84f422f8 100644 --- a/mk/emacs.mk +++ b/mk/emacs.mk @@ -1,4 +1,4 @@ -# $NetBSD: emacs.mk,v 1.46 2007/11/12 01:55:03 uebayasi Exp $ +# $NetBSD: emacs.mk,v 1.47 2007/11/12 01:58:24 uebayasi Exp $ # # This Makefile fragment handles Emacs Lisp Packages (== ELPs). # @@ -211,9 +211,9 @@ _EMACS_REQD.emacs21nox= emacs-nox11>=21.2<22 _EMACS_REQD.emacs22= emacs>=22 _EMACS_REQD.emacs22nox= emacs-nox11>=22 _EMACS_REQD.xemacs214= xemacs>=21.4<21.5 -_EMACS_REQD.xemacs214nox= xemacs-nox>=21.4<21.5 +_EMACS_REQD.xemacs214nox= xemacs-nox11>=21.4<21.5 _EMACS_REQD.xemacs215= xemacs>=21.5<21.6 -_EMACS_REQD.xemacs215nox= xemacs-nox>=21.5<21.6 +_EMACS_REQD.xemacs215nox= xemacs-nox11>=21.5<21.6 _LEIM_REQD.emacs20= leim>=20.${EMACS_VERSION_MINOR}<21 _LEIM_REQD.emacs20nox= ${_LEIM_REQD.emacs20} _LEIM_REQD.emacs21= leim>=21.${EMACS_VERSION_MINOR}<22 |