diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-12 16:02:25 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-12 16:02:25 +0000 |
commit | 0618ffc8feec942e2d35a6b1b7cc63e21917b639 (patch) | |
tree | 8b1dbedca29d50321a42d077d278830d1beee8d2 /archivers | |
parent | 5e938305e695dd19804e50b311ced09b7f9962f6 (diff) |
Add quotes to BROKEN
Submitted by: maintainer
Noticed by: lioux
Notes
Notes:
svn path=/head/; revision=116042
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p7zip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 3a92e3e0afa2..6a6b9e085fe8 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -24,7 +24,7 @@ ONLY_FOR_ARCHS= alpha amd64 i386 ia64 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500039 -BROKEN= Requires wchar functions (mbrtowc(3) etc.) for compilation +BROKEN= 'Requires wchar functions (mbrtowc(3) etc.) for compilation' .endif do-install: |