fix dependency.

This commit is contained in:
espie 2004-12-21 11:30:39 +00:00
parent ee6ed4aacb
commit 909bea101a
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2004/11/16 02:10:56 espie Exp $
# $OpenBSD: Makefile,v 1.10 2004/12/21 11:30:39 espie Exp $
.if ${MACHINE_ARCH} == "hppa"
BROKEN= "compiler hangs on py-Checker for example"
@ -6,7 +6,7 @@ BROKEN= "compiler hangs on py-Checker for example"
VERSION= 2.3
PATCHLEVEL= .4
PKG_PATCHLEVEL= p1
PKG_PATCHLEVEL= p2
COMMENT-bsddb= "Berkeley db module for Python"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.25 2004/11/16 02:10:56 espie Exp $
# $OpenBSD: Makefile.inc,v 1.26 2004/12/21 11:30:39 espie Exp $
# IMPORTANT! If you make any changes to the Python ports, be sure
# to also update files/CHANGES.OpenBSD for your change. This is a
@ -58,7 +58,7 @@ SETUP_LOCAL+= Setup.bsddb
. if !defined(NO_SHARED_LIBS) || ${NO_SHARED_LIBS:U} != YES
MULTI_PACKAGES+= -bsddb
. else
LIB_DEPENDS+= lib/db4/db.4::databases/db/v4
LIB_DEPENDS+= lib/db4/db.4:db-4.*:databases/db/v4
. endif
.endif