diff options
Diffstat (limited to 'editors/tamago/Makefile')
-rw-r--r-- | editors/tamago/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 034266a906e..4beb2e9cb47 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/11/12 15:29:49 uebayasi Exp $ +# $NetBSD: Makefile,v 1.17 2008/04/12 22:43:00 jlam Exp $ DISTNAME= tamago-4.0.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}tamago-20020909 @@ -17,10 +17,10 @@ EMACS_MODULES+= leim .include "../../mk/emacs.mk" +PLIST_VARS+= jisx0213 + .if ${EMACS_FLAVOR} == "emacs" && ${EMACS_VERSION_MAJOR} >= 21 -PLIST_SUBST+= HAVE_JISX0213= # empty -.else -PLIST_SUBST+= HAVE_JISX0213="@comment " +PLIST.jisx0213= yes .endif .include "../../mk/bsd.pkg.mk" |