Fix tk dependency

This commit is contained in:
espie 2004-11-16 02:10:56 +00:00
parent 65134e9f73
commit 66fe9ee3b0
4 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2004/02/29 16:39:39 naddy Exp $
# $OpenBSD: Makefile,v 1.7 2004/11/16 02:10:56 espie Exp $
VERSION= 2.1
PATCHLEVEL= .3
PKG_PATCHLEVEL= p2
PKG_PATCHLEVEL= p3
.include <bsd.port.mk>

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.8 2004/04/06 02:39:23 brad Exp $
# $OpenBSD: Makefile,v 1.9 2004/11/16 02:10:56 espie Exp $
VERSION= 2.2
PATCHLEVEL= .3
PKG_PATCHLEVEL= p0
PKG_PATCHLEVEL= p1
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* sup64-*

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2004/11/14 11:48:19 espie Exp $
# $OpenBSD: Makefile,v 1.9 2004/11/16 02:10:56 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= p0
PKG_PATCHLEVEL= p1
COMMENT-bsddb= "Berkeley db module for Python"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.24 2004/11/04 22:16:07 alek Exp $
# $OpenBSD: Makefile.inc,v 1.25 2004/11/16 02:10:56 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
@ -97,14 +97,14 @@ PKG_ARGS+=-Dtkinter=1
. if !defined(NO_SHARED_LIBS) || ${NO_SHARED_LIBS:U} != YES
MULTI_PACKAGES+= -tkinter
. else
LIB_DEPENDS+= tk84::x11/tk/8.4
LIB_DEPENDS+= tk84:tk-8.4.*:x11/tk/8.4
. endif
.else
PKG_ARGS+=-Dtkinter=0
.endif
.if defined(PACKAGING) && ${SUBPACKAGE} == "-tkinter"
LIB_DEPENDS+= tk84::x11/tk/8.4
LIB_DEPENDS+= tk84:tk-8.4.*:x11/tk/8.4
.endif
.if empty(FLAVOR:L:Mno_mpz)