diff options
author | bad <bad> | 1999-12-13 23:57:22 +0000 |
---|---|---|
committer | bad <bad> | 1999-12-13 23:57:22 +0000 |
commit | c5c9fc9aace53c39c26f48059a46b178aa180d60 (patch) | |
tree | cd9570436465c83310a7b931b2415df4eaa49ccc /databases | |
parent | 37ceb0d6f7a2ecdec3fe51aa35aa69b508ebd163 (diff) | |
download | pkgsrc-c5c9fc9aace53c39c26f48059a46b178aa180d60.tar.gz |
Oops. This needs to depend on the real mysql-client pkg and not the client
from the test environment.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-server/Makefile b/databases/mysql-server/Makefile index 708c5993f55..70c9df5f6c4 100644 --- a/databases/mysql-server/Makefile +++ b/databases/mysql-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/12/13 20:36:21 bad Exp $ +# $NetBSD: Makefile,v 1.9 1999/12/13 23:57:22 bad Exp $ # DISTNAME= mysql-3.22.27 @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.mysql.com/pub/mysql/Downloads/MySQL-3.22/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mysql.com/ -DEPENDS= ${DISTNAME:S/-/-client-/}:../../databases/mysql-client-current +DEPENDS= ${DISTNAME:S/-/-client-/}:../../databases/mysql-client NO_CDROM= "Restrictive license." |