1
0
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:
Mathieu Arnold 2021-10-13 18:37:35 +02:00
parent e2703e838e
commit 1890c6493c
No known key found for this signature in database
GPG Key ID: 29EB0902911D7E02

View File

@ -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}