diff options
-rw-r--r-- | print/trueprint/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile index a3dd33de2a0b..18cd69545523 100644 --- a/print/trueprint/Makefile +++ b/print/trueprint/Makefile @@ -18,11 +18,6 @@ COMMENT= Print program listings on postscript printer USE_GMAKE= yes 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) -.endif - MAN1= trueprint.1 .include <bsd.port.mk> |