diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-09-18 13:59:01 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-09-18 13:59:01 +0000 |
commit | 3ac003b286473bce5f203f0a20ecf1af06654b2e (patch) | |
tree | fa1a0b7701bcb6ad46824fba74c0b77ae6761663 /mail | |
parent | 85e99234f4dbfeb75c1469b77dc360bddc06174e (diff) | |
download | pkgsrc-3ac003b286473bce5f203f0a20ecf1af06654b2e.tar.gz |
Add emacs 25 support
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mew/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 3fa0f34178b..fd9016d5d12 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2015/08/05 12:32:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.94 2016/09/18 13:59:01 ryoon Exp $ DISTNAME= mew-6.7 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -20,7 +20,9 @@ INFO_FILES= yes GNU_CONFIGURE= yes -EMACS_VERSIONS_ACCEPTED= emacs24 emacs24nox emacs23 emacs23nox emacs22 emacs22nox emacs21 emacs21nox +EMACS_VERSIONS_ACCEPTED= emacs25 emacs25nox emacs24 emacs24nox +EMACS_VERSIONS_ACCEPTED+= emacs23 emacs23nox emacs22 emacs22nox +EMACS_VERSIONS_ACCEPTED+= emacs21 emacs21nox EMACS_MODULES+= base MAKE_FLAGS+= DESTDIR=${DESTDIR:Q} |