diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/newt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/newt/Makefile b/devel/newt/Makefile index b15e993a0137..5600bb32df41 100644 --- a/devel/newt/Makefile +++ b/devel/newt/Makefile @@ -47,7 +47,7 @@ PLIST_SUB+= PYTHONOPT="@comment " USE_TCL= 84+ TCLSUFFIX= -${TCL_NODOT} MAKE_ENV+= WITH_TCL=yes TCL_LIBDIR=${TCL_LIBDIR:Q} -PLIST_SUB+= TCLOPT="" TCL_VER=${TCL_VER}${_TCL_THREADS_SUFFIX} +PLIST_SUB+= TCLOPT="" TCL_VER=${TCL_VER} CPPFLAGS+= -I${TCL_INCLUDEDIR:Q} SUB_FILES+= pkgIndex.tcl |