diff options
author | wiz <wiz@pkgsrc.org> | 2017-04-29 07:11:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-04-29 07:11:56 +0000 |
commit | 200e6f6869cbc27dc30e9332e9d65da65e519dc6 (patch) | |
tree | a309694ef4144b6924e418266ab121c56980cbea /editors | |
parent | d5bd84f7a9fd3c10fa4adade430e948de3d2737a (diff) | |
download | pkgsrc-200e6f6869cbc27dc30e9332e9d65da65e519dc6.tar.gz |
Restore version.mk, for emacs/Makefile.common
XXX: this file should not be necessary
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs25-nox11/version.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/emacs25-nox11/version.mk b/editors/emacs25-nox11/version.mk new file mode 100644 index 00000000000..2da98baf438 --- /dev/null +++ b/editors/emacs25-nox11/version.mk @@ -0,0 +1,7 @@ +# $NetBSD: version.mk,v 1.4 2017/04/29 07:11:56 wiz Exp $ + +_EMACS_FLAVOR= emacs +_EMACS_REQD= emacs25-nox11>=25.1<26 + +_EMACS_VERSION_MAJOR= 25 +_EMACS_VERSION_MINOR= 2 |