diff options
author | obache <obache@pkgsrc.org> | 2011-12-27 08:53:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-12-27 08:53:31 +0000 |
commit | b8bfcde21e32dbd4d582e53091de2596a2427c03 (patch) | |
tree | 25eedbf83995d3d6a533395bab87399df08b0da4 /inputmethod/iiimecf | |
parent | adfb8deabc55ad2d42944288251ed1013888d33b (diff) | |
download | pkgsrc-b8bfcde21e32dbd4d582e53091de2596a2427c03.tar.gz |
Restrict acceptable emacs version to 20 and 21.
For 22 and 23, this package must be updated to 0.75 (or later).
Diffstat (limited to 'inputmethod/iiimecf')
-rw-r--r-- | inputmethod/iiimecf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/iiimecf/Makefile b/inputmethod/iiimecf/Makefile index 9837fed76c6..e826036e503 100644 --- a/inputmethod/iiimecf/Makefile +++ b/inputmethod/iiimecf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/11/28 01:56:05 obache Exp $ +# $NetBSD: Makefile,v 1.13 2011/12/27 08:53:31 obache Exp $ # DISTNAME= IIIMECF-0.6 @@ -13,6 +13,7 @@ COMMENT= Emacs Lisp library for IIIM Protocol PKG_DESTDIR_SUPPORT= user-destdir +EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 EMACS_BUILDLINK=# defined do-build: |