34004f51e0
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir.
9 lines
265 B
Makefile
9 lines
265 B
Makefile
# $NetBSD: version.mk,v 1.1 2008/10/11 09:31:56 uebayasi Exp $
|
|
|
|
_EMACS_FLAVOR= xemacs
|
|
_EMACS_REQD= xemacs-nox11>=21.4<21.5
|
|
_EMACS_PKGDEP.base= xemacs-packages>=1.15:../../editors/xemacs-packages
|
|
_EMACS_PKGDEP.leim=
|
|
|
|
_EMACS_VERSION_MAJOR= 21
|
|
_EMACS_VERSION_MINOR= 4
|