diff options
author | kim <kim@pkgsrc.org> | 2011-10-09 02:27:54 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2011-10-09 02:27:54 +0000 |
commit | 94cc45defcfb355a6a29e5dbdaff1659ab83bbd0 (patch) | |
tree | b5cb6012a8b65d6f7834860475204690dd6832c6 /mail/mailcrypt | |
parent | c275f8a646dac9e839be2a7ca9663712e6478639 (diff) | |
download | pkgsrc-94cc45defcfb355a6a29e5dbdaff1659ab83bbd0.tar.gz |
This can be built with emacs23nox as well.
Diffstat (limited to 'mail/mailcrypt')
-rw-r--r-- | mail/mailcrypt/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile index 52a527675dd..4624bb88f68 100644 --- a/mail/mailcrypt/Makefile +++ b/mail/mailcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/08/16 09:48:01 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2011/10/09 02:27:54 kim Exp $ DISTNAME= mailcrypt-3.5.8 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -13,7 +13,10 @@ COMMENT= Emacs frontend for PGP and GPG PKG_DESTDIR_SUPPORT= user-destdir # What we would like to say here is: "we want GNU emacs" -EMACS_VERSIONS_ACCEPTED= emacs23 emacs22 emacs22nox emacs21 emacs21nox emacs20 +EMACS_VERSIONS_ACCEPTED= emacs23 emacs23nox \ + emacs22 emacs22nox \ + emacs21 emacs21nox \ + emacs20 GNU_CONFIGURE= yes MAKE_FLAGS+= prefix=${DESTDIR:Q}${PREFIX:Q} \ |