diff options
author | jmmv <jmmv@pkgsrc.org> | 2012-08-11 17:21:03 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2012-08-11 17:21:03 +0000 |
commit | 0bda781ed5daf09b46436c38fcc810d90fe15c3e (patch) | |
tree | d2027532627ceca766a4576dd59242b4115bcc5d /editors/emacs24-nox11 | |
parent | b15928e6a4e3a5f7cccd05dedaaa57a74729ed86 (diff) | |
download | pkgsrc-0bda781ed5daf09b46436c38fcc810d90fe15c3e.tar.gz |
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 (limited to 'editors/emacs24-nox11')
-rw-r--r-- | editors/emacs24-nox11/version.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs24-nox11/version.mk b/editors/emacs24-nox11/version.mk index 709de6fb63f..bb26a9dba36 100644 --- a/editors/emacs24-nox11/version.mk +++ b/editors/emacs24-nox11/version.mk @@ -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 |