pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/tamago Use ${EMACS_FLAVOR} instead of ${_EMACS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c8ff4e1ea9a
branches: trunk
changeset: 535277:5c8ff4e1ea9a
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Mon Nov 12 15:29:49 2007 +0000
description:
Use ${EMACS_FLAVOR} instead of ${_EMACS_TYPE}.
diffstat:
editors/tamago/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ea9e354fd986 -r 5c8ff4e1ea9a editors/tamago/Makefile
--- a/editors/tamago/Makefile Mon Nov 12 15:04:44 2007 +0000
+++ b/editors/tamago/Makefile Mon Nov 12 15:29:49 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/10/29 04:41:46 uebayasi Exp $
+# $NetBSD: Makefile,v 1.16 2007/11/12 15:29:49 uebayasi Exp $
DISTNAME= tamago-4.0.6
PKGNAME= ${EMACS_PKGNAME_PREFIX}tamago-20020909
@@ -17,7 +17,7 @@
.include "../../mk/emacs.mk"
-.if !empty(_EMACS_TYPE:Nxemacs*) && ${EMACS_VERSION_MAJOR} >= 21
+.if ${EMACS_FLAVOR} == "emacs" && ${EMACS_VERSION_MAJOR} >= 21
PLIST_SUBST+= HAVE_JISX0213= # empty
.else
PLIST_SUBST+= HAVE_JISX0213="@comment "
Home |
Main Index |
Thread Index |
Old Index