summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>1999-12-13 23:57:22 +0000
committerbad <bad@pkgsrc.org>1999-12-13 23:57:22 +0000
commitb160e49250c26de599fcfdd02cb6a9cf5711ef73 (patch)
treecd9570436465c83310a7b931b2415df4eaa49ccc /databases
parent3bffb74284eef8adab435f26846ab68d630a5686 (diff)
downloadpkgsrc-b160e49250c26de599fcfdd02cb6a9cf5711ef73.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/Makefile4
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."