aboutsummaryrefslogtreecommitdiff
path: root/print/trueprint
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-21 11:28:31 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-21 11:28:31 +0000
commit9b82618728e40dff87ce5d7ec01f9b1580f81b4f (patch)
tree1f46577227db87099c3818efe397194a0b03c400 /print/trueprint
parent8e36d137388cd3493825eff2b298dec85afd16e4 (diff)
downloadports-9b82618728e40dff87ce5d7ec01f9b1580f81b4f.tar.gz
ports-9b82618728e40dff87ce5d7ec01f9b1580f81b4f.zip
Notes
Diffstat (limited to 'print/trueprint')
-rw-r--r--print/trueprint/Makefile6
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>