aboutsummaryrefslogtreecommitdiff
path: root/comms/linrad
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2018-08-01 16:33:11 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2018-08-01 16:33:11 +0000
commit0c926073ff9ccf507fb7969e19f3b28b833eab44 (patch)
tree205eda5f4c924f487263ec17828845ca6f3b83cc /comms/linrad
parentc04cc57a1dbdc00a417751d12e5017e649cb74b3 (diff)
downloadports-0c926073ff9ccf507fb7969e19f3b28b833eab44.tar.gz
ports-0c926073ff9ccf507fb7969e19f3b28b833eab44.zip
Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
Notes
Notes: svn path=/head/; revision=476184
Diffstat (limited to 'comms/linrad')
-rw-r--r--comms/linrad/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/linrad/Makefile b/comms/linrad/Makefile
index 3cc48a9ee155..24481aeceec0 100644
--- a/comms/linrad/Makefile
+++ b/comms/linrad/Makefile
@@ -32,8 +32,8 @@ LINRAD_DOCFILES= z_APM.txt z_BUFFERS.txt z_CALIBRATE.txt \
z_USERS_EXTRA.txt z_USERS_HWARE.txt
BROKEN_aarch64= fails to compile: implicit declaration of function outb
-BROKEN_armv6= fails to configure: can not find /nxb-bin/usr/bin/cc
-BROKEN_armv7= fails to configure: can not find /nxb-bin/usr/bin/cc
+BROKEN_armv6= fails to configure: cannot find /nxb-bin/usr/bin/cc
+BROKEN_armv7= fails to configure: cannot find /nxb-bin/usr/bin/cc
BROKEN_powerpc64= fails to compile: implicit declaration of function outb
BROKEN_sparc64= fails to compile: implicit declaration of function outb