diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2013-03-10 05:10:59 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2013-03-10 05:10:59 +0000 |
commit | 0b8cbe1891ff96a069e753ef3e62257c61140d3a (patch) | |
tree | 12cfbaef33b3501ab462d9352c75024c6d059470 | |
parent | a33eeba6b34d4103befaff08a8db2777b331e9e3 (diff) | |
download | pkgsrc-0b8cbe1891ff96a069e753ef3e62257c61140d3a.tar.gz |
Add emacs24nox to the list of EMACS_VERSIONS_ACCEPTED.
-rw-r--r-- | devel/apel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apel/Makefile b/devel/apel/Makefile index e515a8ebd60..285bd73e4e5 100644 --- a/devel/apel/Makefile +++ b/devel/apel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2013/02/17 19:17:57 dholland Exp $ +# $NetBSD: Makefile,v 1.31 2013/03/10 05:10:59 hiramatsu Exp $ DISTNAME= apel-10.8 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -24,7 +24,7 @@ MAKE_FLAGS+= VERSION_SPECIFIC_LISPDIR=${EMACS_LISPPREFIX:Q} MAKE_FLAGS+= ${MAKE_FLAGS.${EMACS_FLAVOR}} # apel is included in xemacs-packages -EMACS_VERSIONS_ACCEPTED=emacs24 emacs23 emacs23nox emacs22 emacs22nox \ +EMACS_VERSIONS_ACCEPTED=emacs24 emacs24nox emacs23 emacs23nox emacs22 emacs22nox \ emacs21 emacs21nox emacs20 BUILD_TARGET.emacs= elc |