diff options
author | linimon <linimon@FreeBSD.org> | 2004-08-21 03:59:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-08-21 03:59:12 +0800 |
commit | 2295b97bded5a6d6126fbdeea8cc3886af8a7e0a (patch) | |
tree | aa57e40e6f55b7da7c071e7debd0806ce5d83561 /comms | |
parent | 9d19199ad6e0fb001dfef138cc27d2baf0cf5a9a (diff) | |
download | freebsd-ports-gnome-2295b97bded5a6d6126fbdeea8cc3886af8a7e0a.tar.gz freebsd-ports-gnome-2295b97bded5a6d6126fbdeea8cc3886af8a7e0a.tar.zst freebsd-ports-gnome-2295b97bded5a6d6126fbdeea8cc3886af8a7e0a.zip |
Per maintainer, this is a 4.x-only driver. Also, unquote the existing
IGNORE string (IGNORE strings should not be quoted).
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mwavem/Makefile | 5 |
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> |