diff options
author | minoura <minoura@pkgsrc.org> | 2003-08-18 13:12:47 +0000 |
---|---|---|
committer | minoura <minoura@pkgsrc.org> | 2003-08-18 13:12:47 +0000 |
commit | 91b9b166605cce6df98e2cf5442c0ae8ecb561ec (patch) | |
tree | a0b0da2bbdb82951fb58822281015711e32d5aec /devel/apel | |
parent | fb4f036e33d22c11ba7e3c62a6ee5213d8011738 (diff) | |
download | pkgsrc-91b9b166605cce6df98e2cf5442c0ae8ecb561ec.tar.gz |
xemacs211 -> xemacs214
Include emacs.mk after defining EMACS_VERSIONS_ACCEPTED.
Diffstat (limited to 'devel/apel')
-rw-r--r-- | devel/apel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/apel/Makefile b/devel/apel/Makefile index a1e1f172ebf..3fceb589f5e 100644 --- a/devel/apel/Makefile +++ b/devel/apel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:29:27 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/08/18 13:12:47 minoura Exp $ DISTNAME= apel-10.4 CATEGORIES= devel @@ -11,13 +11,13 @@ COMMENT= Portable Emacs Library #CONFLICTS+= apel-* #CONFLICTS+= xemacs-apel-* -.include "../../mk/emacs.mk" - MAKE_FLAGS+= EMACS=${EMACS_FLAVOR} MAKE_FLAGS+= LISPDIR=${EMACS_LISPPREFIX} MAKE_FLAGS+= VERSION_SPECIFIC_LISPDIR=${EMACS_LISPPREFIX} -EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 xemacs211 xemacs215 +EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 xemacs214 xemacs215 + +.include "../../mk/emacs.mk" .if ${EMACS_FLAVOR} == "emacs" ALL_TARGET= elc |