fix dependencies for python flavor

This commit is contained in:
naddy 2001-10-19 00:11:15 +00:00
parent f35f396730
commit 8c686f60e5

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2001/09/06 11:10:13 naddy Exp $
# $OpenBSD: Makefile,v 1.9 2001/10/19 00:11:15 naddy Exp $
COMMENT= "easy to use, graphical editor"
@ -14,8 +14,8 @@ FLAVORS= python
FLAVOR?=
.if ${FLAVOR:L:Mpython}
BUILD_DEPENDS+= python2.1:python-2.1-!threads:lang/python,
RUN_DEPENDS+= python2.1:python-2.1-!threads:lang/python,
BUILD_DEPENDS+= :python-2.*-!threads:lang/python,
RUN_DEPENDS+= :python-2.*-!threads:lang/python,
.else
CONFIGURE_ENV+= NOPYTHON=Yes
.endif