summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorkim <kim>2011-10-09 02:49:48 +0000
committerkim <kim>2011-10-09 02:49:48 +0000
commit7662860b06f510dc99ad4908feef2df3a6b8e450 (patch)
treeb23b984ffd0a0c51b30c2caef7c92e305098b6d9 /editors
parent5388cc689c3ce0ff340093b2791b1cfbf0ae7995 (diff)
downloadpkgsrc-7662860b06f510dc99ad4908feef2df3a6b8e450.tar.gz
This can be built with emacs23nox too.
Diffstat (limited to 'editors')
-rw-r--r--editors/tamago/Makefile7
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"