aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
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 /net-p2p
parent16565f468077ac01977ed6abf0e2c3cb483faa71 (diff)
Notes
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 92de4f9f13ae..58bdabac17b4 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 8d618a8ef87e..072417225e7e 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