From ea800198df87a879ae22f63c6fb1c80192c61818 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 11 Feb 1999 14:44:00 +0000 Subject: Missed the !exists(/usr/bin/install-info) on the gtexinfo dependency. --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index ca6b657d852..5f7b285855a 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.210 1999/02/11 14:42:08 tv Exp $ +# $NetBSD: bsd.pkg.mk,v 1.211 1999/02/11 14:44:00 tv Exp $ # # This file is in the public domain. # @@ -147,7 +147,7 @@ DEPENDS+= perl-5.00404:${PKGSRCDIR}/lang/perl5 .if defined(INFO_FILES) USE_GTEXINFO= yes .endif -.if defined(USE_GTEXINFO) +.if defined(USE_GTEXINFO) && !exists(/usr/bin/install-info) DEPENDS+= gtexinfo-3.12:${PKGSRCDIR}/devel/gtexinfo .endif .if defined(USE_MOTIF) -- cgit v1.2.3