pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-mysql Fix build: p5-Data-ShowTable ha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58073dc0f995
branches:  trunk
changeset: 486055:58073dc0f995
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Dec 21 23:58:03 2004 +0000

description:
Fix build: p5-Data-ShowTable had its PKGREVISION bumped, be more liberal
on the version this package requires.

diffstat:

 databases/p5-DBD-mysql/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 072928eaa3a6 -r 58073dc0f995 databases/p5-DBD-mysql/Makefile
--- a/databases/p5-DBD-mysql/Makefile   Tue Dec 21 22:17:35 2004 +0000
+++ b/databases/p5-DBD-mysql/Makefile   Tue Dec 21 23:58:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/12/20 11:30:57 grant Exp $
+# $NetBSD: Makefile,v 1.28 2004/12/21 23:58:03 seb Exp $
 #
 
 DISTNAME=              DBD-mysql-2.9004
@@ -12,7 +12,7 @@
 HOMEPAGE=              http://www.mysql.com/
 COMMENT=               Perl DBI/DBD driver for MySQL databases
 
-DEPENDS+=              p5-Data-ShowTable-3.3:../../devel/p5-Data-ShowTable
+DEPENDS+=              p5-Data-ShowTable>=3.3:../../devel/p5-Data-ShowTable
 
 BUILDLINK_DEPENDS.mysql-client?=       mysql-client>=3.23.49nb1
 



Home | Main Index | Thread Index | Old Index