aboutsummaryrefslogtreecommitdiff
path: root/comms/mwavem
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-08-20 19:59:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-08-20 19:59:12 +0000
commit697532406cc1554675a388bb516d6cfea9e82b14 (patch)
tree65ba2b0b5cd4a0cf611e4f5c1eaca33a11a2decc /comms/mwavem
parent28b2bccd0401bc607ef245aef775533952b88660 (diff)
downloadports-697532406cc1554675a388bb516d6cfea9e82b14.tar.gz
ports-697532406cc1554675a388bb516d6cfea9e82b14.zip
Notes
Diffstat (limited to 'comms/mwavem')
-rw-r--r--comms/mwavem/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile
index c56194224858..f6fc864969c3 100644
--- a/comms/mwavem/Makefile
+++ b/comms/mwavem/Makefile
@@ -104,7 +104,10 @@ pre-fetch:
.endif
.if ${OSVERSION} < 410000
-IGNORE= "Systems prior to 4.1 are not supported"
+IGNORE= Systems prior to 4.1 are not supported
+.endif
+.if ${OSVERSION} >= 500000
+IGNORE= Only works with FreeBSD 4.x
.endif
.include <bsd.port.post.mk>