aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-02-28 09:48:02 +0800
committerlioux <lioux@FreeBSD.org>2001-02-28 09:48:02 +0800
commit791adac817f130c9ed4714add468567369f1cde6 (patch)
tree69d0c591423fe92adb5b922c3bfe4084c7055e27 /textproc
parent40b8bdee34b7e21bd709fb6826f44ee2d839427a (diff)
downloadfreebsd-ports-gnome-791adac817f130c9ed4714add468567369f1cde6.tar.gz
freebsd-ports-gnome-791adac817f130c9ed4714add468567369f1cde6.tar.zst
freebsd-ports-gnome-791adac817f130c9ed4714add468567369f1cde6.zip
Fix grammar: s/is cannot be/cannot be/
Diffstat (limited to 'textproc')
-rw-r--r--textproc/openjade/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile
index 6cefe4199019..b2afdadffb94 100644
--- a/textproc/openjade/Makefile
+++ b/textproc/openjade/Makefile
@@ -30,7 +30,7 @@ post-install:
.include <bsd.port.pre.mk>
-# This port is cannot be CFLAGS safe, using optimizations such as
+# This port cannot be CFLAGS safe, using optimizations such as
# 'march=-mpentium -Os' produces core dumps with certain input files
# Therefore, we'd better remove all machine optimizations and any -O
# other than -O{0,1,}. Idea taken from palm/prc-tools-gcc.