aboutsummaryrefslogtreecommitdiffstats
path: root/editors/mode-info
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-02-11 11:55:27 +0800
committerkris <kris@FreeBSD.org>2006-02-11 11:55:27 +0800
commitccff52dee8962e66d042b3f9cfd27fb7742b5ae3 (patch)
treeb67d9d9c56d9f0127b196f1f7617440c54ecdda2 /editors/mode-info
parent85b9d92ebed1ee61dd89813a2e484d063d19b8f7 (diff)
downloadfreebsd-ports-gnome-ccff52dee8962e66d042b3f9cfd27fb7742b5ae3.tar.gz
freebsd-ports-gnome-ccff52dee8962e66d042b3f9cfd27fb7742b5ae3.tar.zst
freebsd-ports-gnome-ccff52dee8962e66d042b3f9cfd27fb7742b5ae3.zip
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
Diffstat (limited to 'editors/mode-info')
-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=""