diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-01-25 10:10:30 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-01-25 10:10:30 +0000 |
commit | 60b020ce058f5fcdcb5b30bf3fc560fd233b908f (patch) | |
tree | 680756f0ead469a9423509af204076c206fc9246 /print/trueprint | |
parent | da87ef0c61b6eb97a920bcbbfd147594a6627626 (diff) | |
download | ports-60b020ce058f5fcdcb5b30bf3fc560fd233b908f.tar.gz ports-60b020ce058f5fcdcb5b30bf3fc560fd233b908f.zip |
Notes
Diffstat (limited to 'print/trueprint')
-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> |