diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-05 06:57:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-05 06:57:41 +0000 |
commit | 587307e96115599caaad5a3bf66da0ff29314c85 (patch) | |
tree | 69c2c587e61c8492f4c11da321c669211275e54d /editors | |
parent | 7afe66859547a5f7e8b8630d6f8c68489d9f7a4e (diff) | |
download | pkgsrc-587307e96115599caaad5a3bf66da0ff29314c85.tar.gz |
editors/tamago can be built with emacs23.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tamago/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index c309c39c925..22002b3dcef 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/11/26 13:07:38 obache Exp $ +# $NetBSD: Makefile,v 1.20 2009/08/05 06:57:41 minskim Exp $ DISTNAME= tamago-4.0.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}tamago-20020909 @@ -15,7 +15,7 @@ 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= emacs22 emacs22nox emacs21 emacs21nox emacs20 +EMACS_VERSIONS_ACCEPTED= emacs23 emacs22 emacs22nox emacs21 emacs21nox emacs20 EMACS_MODULES+= leim .include "../../editors/emacs/modules.mk" |