diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-01-20 20:05:18 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-01-20 20:05:18 +0000 |
commit | 02f595916f8cd8b8971c019b71b9429b908ba53a (patch) | |
tree | 56db1f2803128f1a498b40373e25c9ba0e0e0c2e /mail/mew | |
parent | e63c56f5df9d3c8c3e802492a8d01c7047810267 (diff) | |
download | pkgsrc-02f595916f8cd8b8971c019b71b9429b908ba53a.tar.gz |
Works fine on emacs24 and emacs24nox.
Diffstat (limited to 'mail/mew')
-rw-r--r-- | mail/mew/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 4b9347dc870..70eb4fe09a0 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2012/10/08 12:19:17 asau Exp $ +# $NetBSD: Makefile,v 1.88 2013/01/20 20:05:18 ryoon Exp $ DISTNAME= mew-6.5 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -20,7 +20,7 @@ INFO_FILES= yes GNU_CONFIGURE= yes -EMACS_VERSIONS_ACCEPTED= emacs23 emacs23nox emacs22 emacs22nox emacs21 emacs21nox +EMACS_VERSIONS_ACCEPTED= emacs24 emacs24nox emacs23 emacs23nox emacs22 emacs22nox emacs21 emacs21nox EMACS_MODULES+= base MAKE_FLAGS+= DESTDIR=${DESTDIR:Q} |