summaryrefslogtreecommitdiff
path: root/textproc/openjade
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/openjade')
-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.