Skip to content

Commit

Permalink
devel/newt: fix when WITHOUT=PYTHON
Browse files Browse the repository at this point in the history
  • Loading branch information
mat813 committed Oct 13, 2021
1 parent e2703e8 commit 1890c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/newt/Makefile
Expand Up @@ -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}"

Expand All @@ -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}
Expand Down

0 comments on commit 1890c64

Please sign in to comment.