aboutsummaryrefslogtreecommitdiff
path: root/graphics/s10sh
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 /graphics/s10sh
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 'graphics/s10sh')
-rw-r--r--graphics/s10sh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile
index 933a72b9cfbc..1a8693f3fb56 100644
--- a/graphics/s10sh/Makefile
+++ b/graphics/s10sh/Makefile
@@ -14,9 +14,9 @@ COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_aarch64= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h
-BROKEN_armv6= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h
-BROKEN_armv7= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h
+BROKEN_aarch64= Fails to build: error: cannot find the byte order for this architecture, fix bytesex.h
+BROKEN_armv6= Fails to build: error: cannot find the byte order for this architecture, fix bytesex.h
+BROKEN_armv7= Fails to build: error: cannot find the byte order for this architecture, fix bytesex.h
USES= ncurses readline