summaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-02-11 03:55:27 +0000
committerkris <kris@FreeBSD.org>2006-02-11 03:55:27 +0000
commitccff52dee8962e66d042b3f9cfd27fb7742b5ae3 (patch)
treeb67d9d9c56d9f0127b196f1f7617440c54ecdda2 /net-p2p
parent85b9d92ebed1ee61dd89813a2e484d063d19b8f7 (diff)
downloadFreeBSD-ports-ccff52dee8962e66d042b3f9cfd27fb7742b5ae3.zip
FreeBSD-ports-ccff52dee8962e66d042b3f9cfd27fb7742b5ae3.tar.gz
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 'net-p2p')
-rw-r--r--net-p2p/mldonkey-devel/Makefile2
-rw-r--r--net-p2p/mldonkey/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/mldonkey-devel/Makefile b/net-p2p/mldonkey-devel/Makefile
index 92de4f9..58bdaba 100644
--- a/net-p2p/mldonkey-devel/Makefile
+++ b/net-p2p/mldonkey-devel/Makefile
@@ -45,7 +45,7 @@ CONFIGURE_ENV+= \
###
.if defined(WITHOUT_GUI)
.if defined(WITHOUT_CORE)
-.error "Cool, you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing."
+IGNORE= cannot install: you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing
.endif
# have no 'without-' flag
CONFIGURE_ARGS+=--disable-gui \
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile
index 8d618a8..0724172 100644
--- a/net-p2p/mldonkey/Makefile
+++ b/net-p2p/mldonkey/Makefile
@@ -37,7 +37,7 @@ USE_RC_SUBR= yes
.if defined(WITHOUT_GUI)
.if defined(WITHOUT_CORE)
-.error "Cool, you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing."
+IGNORE= cannot install: you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing
.endif
# have no 'without-' flag
CONFIGURE_ARGS+=--disable-gui
OpenPOWER on IntegriCloud