mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
devel/newt: fix when WITHOUT=PYTHON
This commit is contained in:
parent
e2703e838e
commit
1890c6493c
@ -21,7 +21,6 @@ MAKE_JOBS_UNSAFE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lncurses
|
||||
|
||||
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
||||
SUB_FILES= pkgIndex.tcl
|
||||
SUB_LIST= VERSION="${PORTVERSION}"
|
||||
|
||||
@ -36,6 +35,7 @@ NLS_USES= gettext
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
PYTHON_USES= python
|
||||
PYTHON_CONFIGURE_WITH= python=${PYTHON_VERSION}
|
||||
PYTHON_VARS= BINARY_ALIAS=python3=${PYTHON_VERSION}
|
||||
TCL_USES= tcl
|
||||
TCL_CONFIGURE_WITH= tcl
|
||||
TCL_CONFIGURE_ENV= ac_cv_c_tclconfig=${TCL_LIBDIR:Q}
|
||||
|
Loading…
Reference in New Issue
Block a user