diff options
author | seb <seb@pkgsrc.org> | 2004-12-21 23:58:03 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-12-21 23:58:03 +0000 |
commit | f60b624cfa286ba8639377ffe84ad059b5107513 (patch) | |
tree | e8239c3d00db144695fc9d23d47a471e3b93d06f /databases/p5-DBD-mysql/Makefile | |
parent | bda193c9f25a12a9e7bd80b35641ec31ff28dd26 (diff) | |
download | pkgsrc-f60b624cfa286ba8639377ffe84ad059b5107513.tar.gz |
Fix build: p5-Data-ShowTable had its PKGREVISION bumped, be more liberal
on the version this package requires.
Diffstat (limited to 'databases/p5-DBD-mysql/Makefile')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index aa8ae593d4d..bfe4b883813 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -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 @@ MAINTAINER= bad@NetBSD.org 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 |