diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-28 09:48:02 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-28 09:48:02 +0800 |
commit | 791adac817f130c9ed4714add468567369f1cde6 (patch) | |
tree | 69d0c591423fe92adb5b922c3bfe4084c7055e27 /textproc | |
parent | 40b8bdee34b7e21bd709fb6826f44ee2d839427a (diff) | |
download | freebsd-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/Makefile | 2 |
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. |