pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/apel xemacs211 -> xemacs214



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bb259462cd9
branches:  trunk
changeset: 460079:9bb259462cd9
user:      minoura <minoura%pkgsrc.org@localhost>
date:      Mon Aug 18 13:12:47 2003 +0000

description:
xemacs211 -> xemacs214
Include emacs.mk after defining EMACS_VERSIONS_ACCEPTED.

diffstat:

 devel/apel/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r b3a3f2637bda -r 9bb259462cd9 devel/apel/Makefile
--- a/devel/apel/Makefile       Mon Aug 18 10:24:11 2003 +0000
+++ b/devel/apel/Makefile       Mon Aug 18 13:12:47 2003 +0000
@@ -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 @@
 #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



Home | Main Index | Thread Index | Old Index