diff options
author | demon <demon@FreeBSD.org> | 2005-01-25 18:10:30 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-01-25 18:10:30 +0800 |
commit | de3477a6918c54e8e142db0a9cd556103cb1bfb8 (patch) | |
tree | aab27da6b07ae6a405ac331919c8267b88a995a5 /print/trueprint | |
parent | 98df1071e48c51921542ddca34d1ddb35b6c6a11 (diff) | |
download | freebsd-ports-graphics-de3477a6918c54e8e142db0a9cd556103cb1bfb8.tar.gz freebsd-ports-graphics-de3477a6918c54e8e142db0a9cd556103cb1bfb8.tar.zst freebsd-ports-graphics-de3477a6918c54e8e142db0a9cd556103cb1bfb8.zip |
Remove IGNORE for some bento-specific condition.
kris reports it should not be an issue nowadays.
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 a3dd33de2a0..18cd6954552 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> |