diff options
Diffstat (limited to 'security/EasyPG/Makefile')
-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" |