diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-17 04:24:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-17 04:24:36 +0800 |
commit | 4116c8093190abc8896ebe2e53ef9412fef9c21a (patch) | |
tree | 3b8ae83e624d6e7debddc79bd0df53ed7a88ef94 | |
parent | 3f75371daf6566cc279011ba0ffb4066f9b72b09 (diff) | |
download | freebsd-ports-gnome-4116c8093190abc8896ebe2e53ef9412fef9c21a.tar.gz freebsd-ports-gnome-4116c8093190abc8896ebe2e53ef9412fef9c21a.tar.zst freebsd-ports-gnome-4116c8093190abc8896ebe2e53ef9412fef9c21a.zip |
- Add pkg-plist-threads. (forget in last commit)
-rw-r--r-- | lang/tcl85/pkg-plist.threads | 8 | ||||
-rw-r--r-- | lang/tcl86/pkg-plist.threads | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lang/tcl85/pkg-plist.threads b/lang/tcl85/pkg-plist.threads new file mode 100644 index 000000000000..409c1f9139dd --- /dev/null +++ b/lang/tcl85/pkg-plist.threads @@ -0,0 +1,8 @@ +bin/tclsh%%TCL_VER%%-threads +lib/libtcl%%SHORT_TCL_VER%%-threads.a +lib/libtcl%%SHORT_TCL_VER%%-threads.so +lib/libtcl%%SHORT_TCL_VER%%-threads.so.1 +lib/libtclstub%%SHORT_TCL_VER%%-threads.a +lib/tcl%%TCL_VER%%/tclConfig-threads.sh +lib/tcl%%TCL_VER%%-threads/tclConfig.sh +@dirrm lib/tcl%%TCL_VER%%-threads diff --git a/lang/tcl86/pkg-plist.threads b/lang/tcl86/pkg-plist.threads new file mode 100644 index 000000000000..409c1f9139dd --- /dev/null +++ b/lang/tcl86/pkg-plist.threads @@ -0,0 +1,8 @@ +bin/tclsh%%TCL_VER%%-threads +lib/libtcl%%SHORT_TCL_VER%%-threads.a +lib/libtcl%%SHORT_TCL_VER%%-threads.so +lib/libtcl%%SHORT_TCL_VER%%-threads.so.1 +lib/libtclstub%%SHORT_TCL_VER%%-threads.a +lib/tcl%%TCL_VER%%/tclConfig-threads.sh +lib/tcl%%TCL_VER%%-threads/tclConfig.sh +@dirrm lib/tcl%%TCL_VER%%-threads |