lib/pth needs a path as well.

This commit is contained in:
espie 2001-10-28 13:09:45 +00:00
parent 9164555c72
commit 0eb7375ec7
3 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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 <brad@openbsd.org>

View File

@ -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" \