diff options
author | uebayasi <uebayasi> | 2007-11-12 15:29:49 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2007-11-12 15:29:49 +0000 |
commit | 70728b21ed8671acdfaeac48e5bb8817119f9550 (patch) | |
tree | 2ee0fd902566f9ce5e290730d655d161df8a91ac /editors/tamago | |
parent | a8a9ee9c36ffe4683f57d34b2575bab8e5594b9f (diff) | |
download | pkgsrc-70728b21ed8671acdfaeac48e5bb8817119f9550.tar.gz |
Use ${EMACS_FLAVOR} instead of ${_EMACS_TYPE}.
Diffstat (limited to 'editors/tamago')
-rw-r--r-- | editors/tamago/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index ac72b565a51..034266a906e 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -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 @@ EMACS_MODULES+= leim .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 " |