diff options
author | tv <tv@pkgsrc.org> | 1999-02-11 14:44:00 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-02-11 14:44:00 +0000 |
commit | ea800198df87a879ae22f63c6fb1c80192c61818 (patch) | |
tree | 2a48d475ccd9fc6aca46a4fb4ba53df8ef622162 /mk | |
parent | 6a93f491eff92b5d67a53de00f75317544a67fd3 (diff) | |
download | pkgsrc-ea800198df87a879ae22f63c6fb1c80192c61818.tar.gz |
Missed the !exists(/usr/bin/install-info) on the gtexinfo dependency.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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) |