summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>2002-01-05 18:40:32 +0000
committertron <tron>2002-01-05 18:40:32 +0000
commit8fa7ea693b886c1cf2d9f2d11b037995c9fe54ee (patch)
tree481a86166917eace90fb479506181004e6a2faf3 /mk
parentd6eca0301e14f7f192aea6d0b6204e65c73316af (diff)
downloadpkgsrc-8fa7ea693b886c1cf2d9f2d11b037995c9fe54ee.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.mk4
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.