diff options
Diffstat (limited to 'print/psutils-letter')
-rw-r--r-- | print/psutils-letter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile index 03c6c6ec3230..66b9005dcae6 100644 --- a/print/psutils-letter/Makefile +++ b/print/psutils-letter/Makefile @@ -26,7 +26,7 @@ PAPERSIZE=letter PAPERSIZE_UNSPECIFIED= yes .else .if ${PAPERSIZE} != A3 && ${PAPERSIZE} != a3 && ${PAPERSIZE} != A4 \ - && ${PAPERSIZE} != a4 && ${PAPERSIZE} != A5 && ${PAPERSIZE} != a5 \ + && ${PAPERSIZE} != a4 && ${PAPERSIZE} != A5 && ${PAPERSIZE} != a5 \ && ${PAPERSIZE} != B4 && ${PAPERSIZE} != b4 \ && ${PAPERSIZE} != B5 && ${PAPERSIZE} != b5 \ && ${PAPERSIZE} != letter && ${PAPERSIZE} != legal \ |