diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-05 08:20:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-05 08:20:48 +0000 |
commit | 8a5b409936e65c47505819527d231aaf8df9afc4 (patch) | |
tree | 673676d1c8741f243f5bcddec79a05153976735d /math/calc/Makefile | |
parent | 5066c36e5bccd5a9db0be03a41ad2fc8004c586e (diff) | |
download | pkgsrc-8a5b409936e65c47505819527d231aaf8df9afc4.tar.gz |
calc is included in emacs>=22.
Diffstat (limited to 'math/calc/Makefile')
-rw-r--r-- | math/calc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index 0a125663be4..b87c4554b04 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/10/11 09:31:57 uebayasi Exp $ +# $NetBSD: Makefile,v 1.23 2009/08/05 08:20:48 minskim Exp $ DISTNAME= calc-2.02f PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -12,6 +12,9 @@ COMMENT= Advanced Calculator for GNU Emacs PKG_DESTDIR_SUPPORT= user-destdir +EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 \ + xemacs215, xemacs215nox, xemacs214, xemacs214nox + .include "../../editors/emacs/modules.mk" MAKE_ENV+= EMACS=${EMACS_FLAVOR:Q} |