diff options
author | gdt <gdt> | 2006-09-14 13:01:24 +0000 |
---|---|---|
committer | gdt <gdt> | 2006-09-14 13:01:24 +0000 |
commit | 0dd18b13b8887735d46ad82e5fb97f49c4752b56 (patch) | |
tree | b723dcee0d6b6b734dd8969853ed0c31a0d7e6d1 /security/EasyPG | |
parent | b74b770c8b2480ee8490bbdeb3bd2fc9211a8987 (diff) | |
download | pkgsrc-0dd18b13b8887735d46ad82e5fb97f49c4752b56.tar.gz |
Add emacs21no and xemacs21.4 as acceptable.
From John Nemeth.
Diffstat (limited to 'security/EasyPG')
-rw-r--r-- | security/EasyPG/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/EasyPG/Makefile b/security/EasyPG/Makefile index e5e48720140..4327aac7ffd 100644 --- a/security/EasyPG/Makefile +++ b/security/EasyPG/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/09/13 12:49:37 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2006/09/14 13:01:24 gdt Exp $ DISTNAME= epg-0.0.5 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/} @@ -14,7 +14,7 @@ MAKE_FLAGS+= lispdir=${EMACS_LISPPREFIX:Q} # per README, GnuPG 1.4.3 and GNU Emacs 21.4 or XEmacs 21.4 DEPENDS+= gnupg>=1.4.3:../../security/gnupg -EMACS_VERSIONS_ACCEPTED= emacs21 xemacs214 +EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox xemacs214 xemacs215 .include "../../mk/emacs.mk" .include "../../mk/bsd.pkg.mk" |