diff options
Diffstat (limited to 'print/trueprint/Makefile')
-rw-r--r-- | print/trueprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile index 6a2404d81e1a..a3dd33de2a0b 100644 --- a/print/trueprint/Makefile +++ b/print/trueprint/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes # Doesn't configure on bento because of this .if !exists(/usr/bin/lpr) || !exists(/usr/bin/lp) -IGNORE= "missing /usr/bin/lp or /usr/bin/lpr (hi bento)" +IGNORE= missing /usr/bin/lp or /usr/bin/lpr (hi bento) .endif MAN1= trueprint.1 |