diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-05-08 13:35:20 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-05-08 13:35:20 +0000 |
commit | 97dbaacc1213c2c163015348a56c243ffcc2056f (patch) | |
tree | 05adced5fb8cf690183ca1ea96adfd4df5d55ec0 /editors/mule-ucs | |
parent | daea73cf5b839f0f65462f55e330cc6ae84be57f (diff) | |
download | pkgsrc-97dbaacc1213c2c163015348a56c243ffcc2056f.tar.gz |
Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.
Diffstat (limited to 'editors/mule-ucs')
-rw-r--r-- | editors/mule-ucs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule-ucs/Makefile b/editors/mule-ucs/Makefile index 412d4d23cba..0ff07bc56f8 100644 --- a/editors/mule-ucs/Makefile +++ b/editors/mule-ucs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/08/29 16:20:56 taca Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/08 13:35:20 uebayasi Exp $ DISTNAME= Mule-UCS-0.84 PKGREVISION= 4 @@ -10,7 +10,7 @@ MAINTAINER= uebayasi@NetBSD.org COMMENT= Another encoding conversion mechanism for Emacs # Mule 4.1 feature required by Mule-UCS was added to 20.7nb1. -EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 +EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 BUILDLINK_DEPENDS.emacs20= emacs>=20.7nb1 do-build: |