Date: Tue, 2 Feb 1999 07:39:43 -0800 (PST) From: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> To: ports@freebsd.org Subject: Last change to databases/xmysqladmin was incorrect Message-ID: <199902021539.HAA24667@zippy.cdrom.com>
next in thread | raw e-mail | index | archive | help
xmysqladmin does not (yet) build with mysql 3.22, only 3.21. This will work: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/xmysqladmin/Makefile,v retrieving revision 1.17 diff -u -u -r1.17 Makefile --- Makefile 1999/01/27 18:19:37 1.17 +++ Makefile 1999/02/02 15:26:39 @@ -16,8 +16,9 @@ MAINTAINER= andreas@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - xforms.0:${PORTSDIR}/x11-toolkits/xforms \ - mysqlclient.5:${PORTSDIR}/databases/mysql322 + xforms.0:${PORTSDIR}/x11-toolkits/xforms + +BUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321 # depends on xforms ONLY_FOR_ARCHS= i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902021539.HAA24667>