diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-21 11:28:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-21 11:28:31 +0000 |
commit | 9b82618728e40dff87ce5d7ec01f9b1580f81b4f (patch) | |
tree | 1f46577227db87099c3818efe397194a0b03c400 /print/trueprint | |
parent | 8e36d137388cd3493825eff2b298dec85afd16e4 (diff) | |
download | ports-9b82618728e40dff87ce5d7ec01f9b1580f81b4f.tar.gz ports-9b82618728e40dff87ce5d7ec01f9b1580f81b4f.zip |
Notes
Diffstat (limited to 'print/trueprint')
-rw-r--r-- | print/trueprint/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile index 9e739991cfc9..817a98b16622 100644 --- a/print/trueprint/Makefile +++ b/print/trueprint/Makefile @@ -14,9 +14,13 @@ MASTER_SITE_SUBDIR= trueprint MAINTAINER= demon@FreeBSD.org 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> |