aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-02-11 03:55:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-02-11 03:55:27 +0000
commit5c54054346b460b54315e23e486a0a86906f8319 (patch)
tree8eb82cce82b2b3a877b4ecf029a5078c52017538 /editors
parent16565f468077ac01977ed6abf0e2c3cb483faa71 (diff)
Convert .error to IGNORE when a port-specific combination of otherwise
legal user-configurable variables is encountered; such an occurrence should not prevent global tasks like INDEX builds, only the build of the port in question. PR: ports/92443 (partial) Submitted by: linimon
Notes
Notes: svn path=/head/; revision=155707
Diffstat (limited to 'editors')
-rw-r--r--editors/mode-info/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mode-info/Makefile b/editors/mode-info/Makefile
index 666912efa0b4..0e7b2097f859 100644
--- a/editors/mode-info/Makefile
+++ b/editors/mode-info/Makefile
@@ -26,7 +26,7 @@ RUN_DEPENDS+= ${LOCALBASE}/info/elisp.info:${PORTSDIR}/lang/elisp-manual
BUILD_DEPENDS+= ${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual
RUN_DEPENDS+= ${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual
.else
-.error MI_ELISP_LANG should be "en" or "ja".
+IGNORE= cannot install: MI_ELISP_LANG should be "en" or "ja"
.endif
MI_INDEX+= mi-elisp.idx
PLIST_SUB+= MI_WITH_ELISP=""