diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-03-14 01:32:28 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-03-14 01:32:28 +0000 |
commit | d74af3b8fcfc3db880a30ec515e88c4f71b1b101 (patch) | |
tree | 23ec9eee9e15060f12368815f22275dbcbf19bec /editors/mule-ucs | |
parent | 7c5720c27cab2adba85cb278ecd1fb1166d3f65b (diff) | |
download | pkgsrc-d74af3b8fcfc3db880a30ec515e88c4f71b1b101.tar.gz |
Accept Emacs 20.7 too. Mule 4.1 feature required by Mule-UCS was added to
20.7nb1.
Diffstat (limited to 'editors/mule-ucs')
-rw-r--r-- | editors/mule-ucs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/mule-ucs/Makefile b/editors/mule-ucs/Makefile index 4cad23e2b64..075c0acdf6d 100644 --- a/editors/mule-ucs/Makefile +++ b/editors/mule-ucs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/03/14 01:26:40 uebayasi Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/14 01:32:28 uebayasi Exp $ DISTNAME= Mule-UCS-0.84 PKGREVISION= 2 @@ -9,8 +9,9 @@ MAINTAINER= uebayasi@netbsd.org #HOMEPAGE= COMMENT= another encoding conversion mechanism for Emacs -# XXX Emacs 20.7 needs a patch to use Mule UCS. -EMACS_VERSIONS_ACCEPTED= emacs21 +# Mule 4.1 feature required by Mule-UCS was added to 20.7nb1. +EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 +BUILDLINK_DEPENDS.emacs20= emacs>=20.7nb1 do-build: @cd ${WRKSRC}; \ |