From 0eb7375ec72e86dfc0b4b4ddb0df32678f485a27 Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 28 Oct 2001 13:09:45 +0000 Subject: [PATCH] lib/pth needs a path as well. --- databases/mysql/Makefile | 8 ++++---- devel/glib/Makefile | 4 ++-- devel/pkgconfig/Makefile | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/databases/mysql/Makefile b/databases/mysql/Makefile index 7d5fe8b0109..2f71ae17504 100644 --- a/databases/mysql/Makefile +++ b/databases/mysql/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.58 2001/10/06 03:55:34 brad Exp $ +# $OpenBSD: Makefile,v 1.59 2001/10/28 13:09:45 espie Exp $ # $FreeBSD: Makefile,v 1.44 1999/03/04 21:27:58 dirk Exp $ # Uses pthreads @@ -12,7 +12,7 @@ FULLPKGNAME= mysql-client-${VERSION} PKGNAME-server= mysql-server-${VERSION} FULLPKGNAME-tests= mysql-tests-${VERSION} CATEGORIES= databases -NEED_VERSION= 1.460 +NEED_VERSION= 1.486 MASTER_SITES= http://www.mysql.com/Downloads/%SUBDIR%/ \ http://www.kernelnotes.de/MySQL/Downloads/%SUBDIR%/ \ http://www.mysql.net/Downloads/%SUBDIR%/ \ @@ -67,9 +67,9 @@ CONFIGURE_ARGS+= --without-berkeley-db --without-innodb .endif .if !defined(PACKAGING) -LIB_DEPENDS= pthread.14:pth-1.4.*:devel/pth +LIB_DEPENDS= lib/pth/pthread.14:pth-1.4.*:devel/pth .elif ${SUBPACKAGE} == "-server" -LIB_DEPENDS= pthread.14:pth-1.4.*:devel/pth +LIB_DEPENDS= lib/pth/pthread.14:pth-1.4.*:devel/pth RUN_DEPENDS= :mysql-client-3.23.*:databases/mysql .endif diff --git a/devel/glib/Makefile b/devel/glib/Makefile index 27cbc46f240..56eba9a40e2 100644 --- a/devel/glib/Makefile +++ b/devel/glib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2001/10/06 03:37:41 brad Exp $ +# $OpenBSD: Makefile,v 1.45 2001/10/28 13:09:45 espie Exp $ # Uses pthreads COMMENT= "useful routines for C programming" @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= stable/sources/glib HOMEPAGE= http://www.gtk.org/ -LIB_DEPENDS= pthread.14:pth-1.4.*:devel/pth +LIB_DEPENDS= lib/pth/pthread.14:pth-1.4.*:devel/pth MAINTAINER= Brad Smith diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index 66e7611549d..088697fd75a 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2001/10/24 17:08:38 shell Exp $ +# $OpenBSD: Makefile,v 1.2 2001/10/28 13:09:45 espie Exp $ COMMENT= "tool for managing library compile/link flags" @@ -19,7 +19,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -LIB_DEPENDS= pthread.14:pth-1.4.*:devel/pth +LIB_DEPENDS= lib/pth/pthread.14:pth-1.4.*:devel/pth CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/pth" \