diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-08-03 06:05:08 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-08-03 06:05:08 +0000 |
commit | 175c281c89d0a466fb504548cc23c9ef8534d6bf (patch) | |
tree | b509d14b27af5161d2790763ec5c623ed73772bc /editors | |
parent | fa25e4a3e8878054416985b6ad7b7766c2a53c36 (diff) | |
download | ports-175c281c89d0a466fb504548cc23c9ef8534d6bf.tar.gz ports-175c281c89d0a466fb504548cc23c9ef8534d6bf.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tamago/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index fcfe75406b0b..5d351a919f5c 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -36,7 +36,7 @@ POSTPATCHES= ${FILESDIR}/post-patch-* .include <bsd.port.pre.mk> -.if ${EMACS_PORT_NAME} == emacs21 || ${EMACS_PORT_NAME} == emacs22 || ${EMACS_PORT_NAME} == emacs23 +.if ${EMACS_PORT_NAME} == emacs21 || ${EMACS_PORT_NAME} == emacs22 || ${EMACS_PORT_NAME} == emacs23 || ${EMACS_PORT_NAME} == emacs24 PLIST_SUB+= HAS_JISX0213="" .else PLIST_SUB+= HAS_JISX0213="@comment " |