diff options
author | tron <tron@pkgsrc.org> | 2002-01-05 18:40:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-05 18:40:32 +0000 |
commit | ce3792929b7048ae1bf8ce75ed659ec5ebb9bf8c (patch) | |
tree | 481a86166917eace90fb479506181004e6a2faf3 /mk | |
parent | 6a4cbae60c95937a1fa38869bbf4e2bf22030e83 (diff) | |
download | pkgsrc-ce3792929b7048ae1bf8ce75ed659ec5ebb9bf8c.tar.gz |
Use wildcard in dependence on "gtexinfo" package so that "USE_GTEXINFO"
accepts version 4.0 of the package.
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 5a8e3f8bc6d..8abe320888d 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.890 2002/01/05 06:46:03 tron Exp $ +# $NetBSD: bsd.pkg.mk,v 1.891 2002/01/05 18:40:32 tron Exp $ # # This file is in the public domain. # @@ -228,7 +228,7 @@ DEPENDS+= ncurses>=5.0:../../devel/ncurses .endif .if defined(USE_GTEXINFO) && !exists(/usr/bin/install-info) -DEPENDS+= gtexinfo-3.12:../../devel/gtexinfo +DEPENDS+= gtexinfo>=3.12:../../devel/gtexinfo .endif # Automatically increase process limit where necessary for building. |