pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/anthy-elisp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May  8 12:20:52 UTC 2024

Modified Files:
        pkgsrc/inputmethod/anthy-elisp: Makefile

Log Message:
anthy-elisp: restrict emacs versions

Since I don't know better, restrict it to the versions that were
available at the time of the packaged version of this software (2009).


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/anthy-elisp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/anthy-elisp/Makefile
diff -u pkgsrc/inputmethod/anthy-elisp/Makefile:1.13 pkgsrc/inputmethod/anthy-elisp/Makefile:1.14
--- pkgsrc/inputmethod/anthy-elisp/Makefile:1.13        Sat May 14 22:25:37 2022
+++ pkgsrc/inputmethod/anthy-elisp/Makefile     Wed May  8 12:20:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/05/14 22:25:37 dholland Exp $
+# $NetBSD: Makefile,v 1.14 2024/05/08 12:20:52 wiz Exp $
 
 .include       "../../inputmethod/anthy/Makefile.common"
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}anthy-elisp-${ANTHY_VERSION}
@@ -14,6 +14,8 @@ GNU_CONFIGURE=        yes
 CONFIGURE_ENV+=        EMACS=${EMACS_BIN:Q}
 EMACS_MODULES+=        base leim
 
+EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20 xemacs215 xemacs215nox xemacs214 xemacs214nox
+
 .include "../../editors/emacs/modules.mk"
 
 do-build:



Home | Main Index | Thread Index | Old Index