diff options
author | adamw <adamw@FreeBSD.org> | 2018-08-02 00:33:11 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2018-08-02 00:33:11 +0800 |
commit | d31c528baca827d503ac0ff90d00ded81d8e5535 (patch) | |
tree | 205eda5f4c924f487263ec17828845ca6f3b83cc /comms | |
parent | 22c96c6369f3261c7599923dd7d56c503e4a1025 (diff) | |
download | freebsd-ports-gnome-d31c528baca827d503ac0ff90d00ded81d8e5535.tar.gz freebsd-ports-gnome-d31c528baca827d503ac0ff90d00ded81d8e5535.tar.zst freebsd-ports-gnome-d31c528baca827d503ac0ff90d00ded81d8e5535.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."
Diffstat (limited to 'comms')
-rw-r--r-- | comms/linrad/Makefile | 4 |
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 |