diff options
author | minskim <minskim> | 2009-08-05 08:20:48 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-08-05 08:20:48 +0000 |
commit | 98c9a4acccefc6c2abd5e1cbc47c07f236ba13b1 (patch) | |
tree | 673676d1c8741f243f5bcddec79a05153976735d /math/calc | |
parent | a664896c7b2a198cc9d826e1194a6ceecf8acca0 (diff) | |
download | pkgsrc-98c9a4acccefc6c2abd5e1cbc47c07f236ba13b1.tar.gz |
calc is included in emacs>=22.
Diffstat (limited to 'math/calc')
-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} |