summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/mwavem/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile
index 490cde17ba93..4d3089c85ca0 100644
--- a/comms/mwavem/Makefile
+++ b/comms/mwavem/Makefile
@@ -76,6 +76,8 @@ pre-fetch:
.if ${OSVERSION} < 410000
BROKEN= "Systems prior to 4.1 are not supported"
+.else
+BROKEN= "Archive cannot be fetched"
.endif
.include <bsd.port.post.mk>