diff options
author | obache <obache> | 2011-12-27 08:53:31 +0000 |
---|---|---|
committer | obache <obache> | 2011-12-27 08:53:31 +0000 |
commit | f307365f75d4dafc03ff993b67d9057d831d1162 (patch) | |
tree | 25eedbf83995d3d6a533395bab87399df08b0da4 /inputmethod | |
parent | 3c43093619150d80caca2257b127025a8b3619ef (diff) | |
download | pkgsrc-f307365f75d4dafc03ff993b67d9057d831d1162.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')
-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: |