aboutsummaryrefslogtreecommitdiff
path: root/textproc/openjade
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-28 01:48:02 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-28 01:48:02 +0000
commit3412b0c4a39531c7218484960022a80a1c475efc (patch)
tree97085827e06f5d51af12e1ea903bf34af32ce82a /textproc/openjade
parentb28fc0bc09cf94597c4d2fd1006796564b8e2b0b (diff)
downloadports-3412b0c4a39531c7218484960022a80a1c475efc.tar.gz
ports-3412b0c4a39531c7218484960022a80a1c475efc.zip
Notes
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.