diff options
-rw-r--r-- | math/calc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index a6bb4ec51ca..cf6cc1b4df5 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2010/11/13 21:08:59 shattered Exp $ +# $NetBSD: Makefile,v 1.25 2012/07/22 01:13:29 dholland Exp $ DISTNAME= calc-2.02f PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -13,7 +13,7 @@ COMMENT= Advanced Calculator for GNU Emacs PKG_DESTDIR_SUPPORT= user-destdir EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 \ - xemacs215, xemacs215nox, xemacs214, xemacs214nox + xemacs215 xemacs215nox xemacs214 xemacs214nox .include "../../editors/emacs/modules.mk" |