diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-27 23:58:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-27 23:58:21 +0000 |
commit | 14c86fb50ca39f4a6bcd09ed6547595ad3901490 (patch) | |
tree | de12d9110413ead54dda57cd18bb1b6c4a5a97b6 /print/psutils-letter | |
parent | ef5cb5ac14c38c73fc97ebd1968ef60ad8ec03b8 (diff) |
Notes
Diffstat (limited to 'print/psutils-letter')
-rw-r--r-- | print/psutils-letter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile index 294900a2a074..f2902f23df73 100644 --- a/print/psutils-letter/Makefile +++ b/print/psutils-letter/Makefile @@ -26,6 +26,8 @@ MAN1= psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \ SCRIPTS_ENV+= PERL=${PERL} +CONFLICTS?= psutils-a4-* + .if !defined(PAPERSIZE) PAPERSIZE=letter PAPERSIZE_UNSPECIFIED= yes |