diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-09-27 19:48:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-09-27 19:48:21 +0000 |
commit | 0d6cd1c3cd414b28e70fa9cf7c32b85936b667f3 (patch) | |
tree | 3daf6aadd740f3c2a034b56baf297011471d7ff0 /comms | |
parent | 44885d1ceacab91bd297b91f21fa8ddd455baa7a (diff) | |
download | freebsd-ports-0d6cd1c3cd414b28e70fa9cf7c32b85936b667f3.zip |
Improve BROKEN message
Notice by: rwatson
Feature safe: yes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hcfmdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hcfmdm/Makefile b/comms/hcfmdm/Makefile index 6eaba2b337e1..587b6bc6c038 100644 --- a/comms/hcfmdm/Makefile +++ b/comms/hcfmdm/Makefile @@ -45,7 +45,7 @@ IGNORE= is not for FreeBSD versions < 600100 .endif .if ${OSVERSION} >= 700000 -BROKEN= Does not compile at 7.x +BROKEN= Does not compile at 7.x or higher .endif PLIST_SUB+= KMODDIR=${KMODDIR} |