diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2007-02-24 21:18:09 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2007-02-24 21:18:09 +0000 |
commit | fee8b614f1de63cab9f25184cd9e91a2713a7ad5 (patch) | |
tree | 8b8997b8c6ee4babf16b1e2009bb6132224aec69 /editors | |
parent | ec496151f699a8dfb2503a6eed29d598f38f8371 (diff) | |
download | ports-fee8b614f1de63cab9f25184cd9e91a2713a7ad5.tar.gz ports-fee8b614f1de63cab9f25184cd9e91a2713a7ad5.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tamago-emacs21/Makefile | 2 | ||||
-rw-r--r-- | editors/tamago/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile index 771d1b6af64a..c761a848b436 100644 --- a/editors/tamago-emacs21/Makefile +++ b/editors/tamago-emacs21/Makefile @@ -37,7 +37,7 @@ WRKSRC_ANTHY= ${WRKDIR}/egg-anthy-20060606-2 ELISPDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp PLIST_SUB= ELISPDIR="${EMACS_LIBDIR_WITH_VER}/site-lisp" -.if ${EMACS_PORT_NAME} == emacs21 +.if ${EMACS_PORT_NAME} == emacs21 || ${EMACS_PORT_NAME} == emacs22 PLIST_SUB+= HAS_JISX0213="" .else PLIST_SUB+= HAS_JISX0213="@comment " diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 771d1b6af64a..c761a848b436 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -37,7 +37,7 @@ WRKSRC_ANTHY= ${WRKDIR}/egg-anthy-20060606-2 ELISPDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp PLIST_SUB= ELISPDIR="${EMACS_LIBDIR_WITH_VER}/site-lisp" -.if ${EMACS_PORT_NAME} == emacs21 +.if ${EMACS_PORT_NAME} == emacs21 || ${EMACS_PORT_NAME} == emacs22 PLIST_SUB+= HAS_JISX0213="" .else PLIST_SUB+= HAS_JISX0213="@comment " |