diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-06-13 08:40:06 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-06-13 08:40:06 +0000 |
commit | 8c6092e5ec455e0673086036e0a9b026dc9510eb (patch) | |
tree | fe1db175baadf14a460db2851f82161c97b8041e /mail/scmail | |
parent | - Fix the PLIST (diff) |
BROKEN should not be quoted.
No functional change.
Notes
Notes:
svn path=/head/; revision=256468
Diffstat (limited to 'mail/scmail')
-rw-r--r-- | mail/scmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/scmail/Makefile b/mail/scmail/Makefile index 0410e2a05dc7..9ecdc049fc39 100644 --- a/mail/scmail/Makefile +++ b/mail/scmail/Makefile @@ -23,7 +23,7 @@ PORTDOCS= scbayes-ja.html scbayes.html scmail-ja.html scmail.html .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +BROKEN= Does not compile on alpha .endif .if exists(${LOCALBASE}/bin/gauche-config) |