pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs24-nox11 Fix the build of emacs modules w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc47820e08bb
branches:  trunk
changeset: 607418:bc47820e08bb
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Aug 11 17:21:03 2012 +0000

description:
Fix the build of emacs modules when EMACS_TYPE=emacs24nox.

The emacs flavor is 'emacs' and the package dependency is 'emacs-nox11',
not 'emacs24' nor 'emacs24-nox11' (respectively).

diffstat:

 editors/emacs24-nox11/version.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (14 lines):

diff -r a36513272195 -r bc47820e08bb editors/emacs24-nox11/version.mk
--- a/editors/emacs24-nox11/version.mk  Sat Aug 11 17:20:23 2012 +0000
+++ b/editors/emacs24-nox11/version.mk  Sat Aug 11 17:21:03 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.1 2012/06/16 21:04:16 dholland Exp $
+# $NetBSD: version.mk,v 1.2 2012/08/11 17:21:03 jmmv Exp $
 
-_EMACS_FLAVOR= emacs24
-_EMACS_REQD=   emacs24-nox11>=24.1<25
+_EMACS_FLAVOR= emacs
+_EMACS_REQD=   emacs-nox11>=24.1<25
 
 _EMACS_VERSION_MAJOR=  24
 _EMACS_VERSION_MINOR=  1



Home | Main Index | Thread Index | Old Index