diff options
author | joerg <joerg> | 2013-03-23 10:03:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-03-23 10:03:05 +0000 |
commit | 41070c1ccbb2974eab52d0ba1d6f154826c9d1e8 (patch) | |
tree | c634cf5545d41be35cd7523a023d3bc38a406834 /editors/emacs24-nox11 | |
parent | f951932c318ba915d1a161597ca5e82edc5bc424 (diff) | |
download | pkgsrc-41070c1ccbb2974eab52d0ba1d6f154826c9d1e8.tar.gz |
Snapshot version is 24.3.50.xxx, so check for < 24.3.50.
Diffstat (limited to 'editors/emacs24-nox11')
-rw-r--r-- | editors/emacs24-nox11/version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs24-nox11/version.mk b/editors/emacs24-nox11/version.mk index f1ad1dd9f37..08a3674571b 100644 --- a/editors/emacs24-nox11/version.mk +++ b/editors/emacs24-nox11/version.mk @@ -1,7 +1,7 @@ -# $NetBSD: version.mk,v 1.4 2013/02/17 06:07:46 dholland Exp $ +# $NetBSD: version.mk,v 1.5 2013/03/23 10:03:06 joerg Exp $ _EMACS_FLAVOR= emacs -_EMACS_REQD= emacs24-nox11>=24.1<25 +_EMACS_REQD= emacs24-nox11>=24.1<24.3.50 _EMACS_VERSION_MAJOR= 24 _EMACS_VERSION_MINOR= 2 |