diff options
author | minskim <minskim> | 2009-08-05 06:57:41 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-08-05 06:57:41 +0000 |
commit | ab40eb4721ca75fd9de85bce3f39922f16ed886f (patch) | |
tree | 69c2c587e61c8492f4c11da321c669211275e54d /editors | |
parent | 6c7631706c5166aae3c216486ed3159fa34b9a04 (diff) | |
download | pkgsrc-ab40eb4721ca75fd9de85bce3f39922f16ed886f.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" |