tkinter not a separate package on !shared archs.

okay pvalchev@
This commit is contained in:
espie 2004-08-19 22:04:30 +00:00
parent 01c25a220a
commit 69ad14d59c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2004/08/03 14:27:33 xsa Exp $
# $OpenBSD: Makefile,v 1.15 2004/08/19 22:04:30 espie Exp $
COMMENT= "unit testing framework for Python"
@ -26,8 +26,8 @@ FLAVOR?=
MODULES= lang/python
.if !${FLAVOR:L:Mno_x11}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :python-tkinter-${MODPY_VERSION}*:lang/python/${MODPY_VERSION},-tkinter
BUILD_DEPENDS= ${MODPY_TKINTER_DEPENDS}
RUN_DEPENDS= ${MODPY_TKINTER_DEPENDS}
.endif
NO_REGRESS= Yes