diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-06 15:42:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-06 15:42:16 +0000 |
commit | 08d561670ff56d7bd0910b88c4df9477194f8163 (patch) | |
tree | 06d0647b8a9c7bc2e5296154b4c8c40ae076c57a /devel/newt | |
parent | 4aaccd87ee974cb18ff920f9a2192f17d5fe46b0 (diff) |
Notes
Diffstat (limited to 'devel/newt')
-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 |