diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-06 23:42:16 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-06 23:42:16 +0800 |
commit | b5ded04b7828b167b14b1c7819aec632960204aa (patch) | |
tree | 06d0647b8a9c7bc2e5296154b4c8c40ae076c57a /devel | |
parent | f557c02d01588ad99c55da34cc7bae13301fb555 (diff) | |
download | freebsd-ports-gnome-b5ded04b7828b167b14b1c7819aec632960204aa.tar.gz freebsd-ports-gnome-b5ded04b7828b167b14b1c7819aec632960204aa.tar.zst freebsd-ports-gnome-b5ded04b7828b167b14b1c7819aec632960204aa.zip |
- Get rid of USE_TCL_THREAD and USE_TK_THREAD usages
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 |