diff options
author | markd <markd@pkgsrc.org> | 2013-03-01 22:07:26 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-03-01 22:07:26 +0000 |
commit | 5459a22e891f066d2b79b40b80a626c6c3526a5e (patch) | |
tree | 04351f17cbb7c90603b3ddc1d2de5963af26cfef /mail | |
parent | d3369cb94b5ad5bddd4be4797525555430d15fe4 (diff) | |
download | pkgsrc-5459a22e891f066d2b79b40b80a626c6c3526a5e.tar.gz |
If 'what we would like to say here is: "we want GNU emacs"' then allow
emacs24
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailcrypt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile index 467e02877df..2598feccaa4 100644 --- a/mail/mailcrypt/Makefile +++ b/mail/mailcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/02/17 19:18:05 dholland Exp $ +# $NetBSD: Makefile,v 1.22 2013/03/01 22:07:26 markd Exp $ DISTNAME= mailcrypt-3.5.8 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -11,7 +11,8 @@ HOMEPAGE= http://mailcrypt.sourceforge.net/ COMMENT= Emacs frontend for PGP and GPG # What we would like to say here is: "we want GNU emacs" -EMACS_VERSIONS_ACCEPTED= emacs23 emacs23nox \ +EMACS_VERSIONS_ACCEPTED= emacs24 emacs24nox \ + emacs23 emacs23nox \ emacs22 emacs22nox \ emacs21 emacs21nox \ emacs20 |