Disable building on bento because of missing /usr/bin/lp /usr/bin/lpr

Noticed on: bento
This commit is contained in:
Edwin Groothuis 2002-11-21 11:28:31 +00:00
parent 8e36d13738
commit 9b82618728
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70659

View File

@ -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>