diff options
author | sem <sem@FreeBSD.org> | 2004-08-12 16:02:25 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-08-12 16:02:25 +0000 |
commit | f3eaf5879c8bb3c5e4e3addc9c82deccbdf705d3 (patch) | |
tree | 760f7932a10a88595f9185f4f26a7a7c828a3d67 /archivers/p7zip | |
parent | d647677211fba54e6f0b392f5607ae7d8c85b98f (diff) | |
download | FreeBSD-ports-f3eaf5879c8bb3c5e4e3addc9c82deccbdf705d3.zip FreeBSD-ports-f3eaf5879c8bb3c5e4e3addc9c82deccbdf705d3.tar.gz |
Add quotes to BROKEN
Submitted by: maintainer
Noticed by: lioux
Diffstat (limited to 'archivers/p7zip')
-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 3a92e3e..6a6b9e0 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: |