diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-07-06 11:44:42 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-07-06 11:44:42 +0000 |
commit | a37b3156b874d915c691c4b75b209a19e487a8c4 (patch) | |
tree | 8023b09732b3a9690ff86f0340f14cf92fc8dd48 /databases | |
parent | 2366d8f608cc3b3325ebc49e368017cb0426ef22 (diff) | |
download | pkgsrc-a37b3156b874d915c691c4b75b209a19e487a8c4.tar.gz |
Reflect mysql update in DEPENDS.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-mysql/Makefile b/databases/py-mysql/Makefile index e6f6f2ae10f..51b04a716e3 100644 --- a/databases/py-mysql/Makefile +++ b/databases/py-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/06/23 20:41:35 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/07/06 11:44:42 frueauf Exp $ DISTNAME= MySQLmodule-1.1 PKGNAME= py-mysql-1.1 @@ -10,7 +10,7 @@ DISTFILES= MySQLmodule-1.1${EXTRACT_SUFX} \ MAINTAINER= tsarna@endicor.com DEPENDS+= python-1.5.1:../../lang/python \ - mysql-3.21.31:../../databases/mysql + mysql-3.21.32a:../../databases/mysql EXTRACT_ONLY= MySQLmodule-1.1${EXTRACT_SUFX} ALL_TARGET= default |