diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2013-06-10 21:51:04 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2013-06-10 21:51:04 +0000 |
commit | f39117afce67669d24c48134007515f133e72481 (patch) | |
tree | 7340f39b9e377a5d3cf60bd727612d51fb9a4af9 /editors | |
parent | 8d6986fa1cbe602e0f131dd4d06c6d53b073026c (diff) | |
download | pkgsrc-f39117afce67669d24c48134007515f133e72481.tar.gz |
builds with emacs24
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tamago/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index c17170fbbc8..50ade784ad8 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2013/02/17 19:18:03 dholland Exp $ +# $NetBSD: Makefile,v 1.27 2013/06/10 21:51:04 jnemeth Exp $ DISTNAME= tamago-4.0.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}tamago-20020909 @@ -13,7 +13,8 @@ COMMENT= CJK characters inputting system for emacs + leim GNU_CONFIGURE= yes MAKE_FLAGS+= prefix=${DESTDIR:Q}${PREFIX} # XXX please someone adjust paths and PLIST for XEmacs... -EMACS_VERSIONS_ACCEPTED= emacs23 emacs23nox \ +EMACS_VERSIONS_ACCEPTED= emacs24 emacs24nox \ + emacs23 emacs23nox \ emacs22 emacs22nox \ emacs21 emacs21nox \ emacs20 |