diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-01 12:54:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-01 12:54:32 +0800 |
commit | 1744ce445fe446e50ddeeefa8209c22b5b9bc033 (patch) | |
tree | 68cdd293fe96be41afe7a287f5ef8ab9dd9f03fe /editors | |
parent | dcafa4dcad727a80097cd554280d69cc5943e39f (diff) | |
download | freebsd-ports-gnome-1744ce445fe446e50ddeeefa8209c22b5b9bc033.tar.gz freebsd-ports-gnome-1744ce445fe446e50ddeeefa8209c22b5b9bc033.tar.zst freebsd-ports-gnome-1744ce445fe446e50ddeeefa8209c22b5b9bc033.zip |
Remove japanese manual version as it is not fetchable anymore
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mode-info/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/mode-info/Makefile b/editors/mode-info/Makefile index 6039f7a7eb0d..7eb3d046f9d6 100644 --- a/editors/mode-info/Makefile +++ b/editors/mode-info/Makefile @@ -23,11 +23,8 @@ MI_WITH_MAKE?= yes .if (${MI_ELISP_LANG} == "en") BUILD_DEPENDS+= ${LOCALBASE}/info/elisp.info:${PORTSDIR}/lang/elisp-manual RUN_DEPENDS+= ${LOCALBASE}/info/elisp.info:${PORTSDIR}/lang/elisp-manual -.elif (${MI_ELISP_LANG} == "ja") -BUILD_DEPENDS+= ${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual -RUN_DEPENDS+= ${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual .else -IGNORE= cannot install: MI_ELISP_LANG should be "en" or "ja" +IGNORE= cannot install: MI_ELISP_LANG should be "en" .endif MI_INDEX+= mi-elisp.idx PLIST_SUB+= MI_WITH_ELISP="" |