diff options
author | kim <kim@pkgsrc.org> | 2011-10-09 02:49:48 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2011-10-09 02:49:48 +0000 |
commit | 81b3650848d21527d4b11b65fee6cc29d79bad71 (patch) | |
tree | b23b984ffd0a0c51b30c2caef7c92e305098b6d9 /editors | |
parent | 94cc45defcfb355a6a29e5dbdaff1659ab83bbd0 (diff) | |
download | pkgsrc-81b3650848d21527d4b11b65fee6cc29d79bad71.tar.gz |
This can be built with emacs23nox too.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tamago/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 1948deff3f1..edc1c6cb4e1 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/08/17 16:05:32 taca Exp $ +# $NetBSD: Makefile,v 1.24 2011/10/09 02:55:02 kim Exp $ DISTNAME= tamago-4.0.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}tamago-20020909 @@ -15,7 +15,10 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes MAKE_FLAGS+= prefix=${DESTDIR:Q}${PREFIX} # XXX please someone adjust paths and PLIST for XEmacs... -EMACS_VERSIONS_ACCEPTED= emacs23 emacs22 emacs22nox emacs21 emacs21nox emacs20 +EMACS_VERSIONS_ACCEPTED= emacs23 emacs23nox \ + emacs22 emacs22nox \ + emacs21 emacs21nox \ + emacs20 EMACS_MODULES+= leim .include "../../editors/emacs/modules.mk" |