diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-06-13 16:40:06 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-06-13 16:40:06 +0800 |
commit | 8c6092e5ec455e0673086036e0a9b026dc9510eb (patch) | |
tree | fe1db175baadf14a460db2851f82161c97b8041e /lang/ocaml-mode.el | |
parent | 825193eda3c85c9cb2bd34787409665e70a201e5 (diff) | |
download | freebsd-ports-gnome-8c6092e5ec455e0673086036e0a9b026dc9510eb.tar.gz freebsd-ports-gnome-8c6092e5ec455e0673086036e0a9b026dc9510eb.tar.zst freebsd-ports-gnome-8c6092e5ec455e0673086036e0a9b026dc9510eb.zip |
BROKEN should not be quoted.
No functional change.
Diffstat (limited to 'lang/ocaml-mode.el')
-rw-r--r-- | lang/ocaml-mode.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml-mode.el/Makefile b/lang/ocaml-mode.el/Makefile index f4c3ed9de8ba..39db4b2864e3 100644 --- a/lang/ocaml-mode.el/Makefile +++ b/lang/ocaml-mode.el/Makefile @@ -37,7 +37,7 @@ MAKE_ENV+= EMACSDIR=${CAMLMODE_ELISPDIR} .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= "Does not build on ia64" +BROKEN= Does not build on ia64 .endif .include <bsd.port.post.mk> |