diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-08-10 18:26:09 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-08-10 18:26:09 +0000 |
commit | 19ec031889c16f7f41e47a08f7ef90c8bb673357 (patch) | |
tree | a4275beac0ba7f7d8b43c16a3e4378c59ce0014f /comms/mwavem/Makefile | |
parent | 7e9f9d4353bfa4b957da56b182e31877e0d64655 (diff) | |
download | ports-19ec031889c16f7f41e47a08f7ef90c8bb673357.tar.gz ports-19ec031889c16f7f41e47a08f7ef90c8bb673357.zip |
Notes
Diffstat (limited to 'comms/mwavem/Makefile')
-rw-r--r-- | comms/mwavem/Makefile | 2 |
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> |