fix dependencies for python flavor
This commit is contained in:
parent
f35f396730
commit
8c686f60e5
@ -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"
|
COMMENT= "easy to use, graphical editor"
|
||||||
|
|
||||||
@ -14,8 +14,8 @@ FLAVORS= python
|
|||||||
FLAVOR?=
|
FLAVOR?=
|
||||||
|
|
||||||
.if ${FLAVOR:L:Mpython}
|
.if ${FLAVOR:L:Mpython}
|
||||||
BUILD_DEPENDS+= python2.1:python-2.1-!threads:lang/python,
|
BUILD_DEPENDS+= :python-2.*-!threads:lang/python,
|
||||||
RUN_DEPENDS+= python2.1:python-2.1-!threads:lang/python,
|
RUN_DEPENDS+= :python-2.*-!threads:lang/python,
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ENV+= NOPYTHON=Yes
|
CONFIGURE_ENV+= NOPYTHON=Yes
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user