aboutsummaryrefslogtreecommitdiff
path: root/print/trueprint
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2005-01-25 10:10:30 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2005-01-25 10:10:30 +0000
commit60b020ce058f5fcdcb5b30bf3fc560fd233b908f (patch)
tree680756f0ead469a9423509af204076c206fc9246 /print/trueprint
parentda87ef0c61b6eb97a920bcbbfd147594a6627626 (diff)
downloadports-60b020ce058f5fcdcb5b30bf3fc560fd233b908f.tar.gz
ports-60b020ce058f5fcdcb5b30bf3fc560fd233b908f.zip
Notes
Diffstat (limited to 'print/trueprint')
-rw-r--r--print/trueprint/Makefile5
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>