diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-21 17:22:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-21 17:22:16 +0800 |
commit | 33a1da47f9077b0b90e16dce17723741512aeee8 (patch) | |
tree | 491b58a564daa0cd1a40de53ca59688d015f883b /lang/tcl84 | |
parent | 96d3a7c5baf384101828b7b0e4ac25d252cfa4a8 (diff) | |
download | freebsd-ports-gnome-33a1da47f9077b0b90e16dce17723741512aeee8.tar.gz freebsd-ports-gnome-33a1da47f9077b0b90e16dce17723741512aeee8.tar.zst freebsd-ports-gnome-33a1da47f9077b0b90e16dce17723741512aeee8.zip |
- Fix build with slave port
Submitted by: pointyhat
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/Makefile | 2 | ||||
-rw-r--r-- | lang/tcl84/pkg-plist.threads | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index fa87959abdab..a06d52854cdd 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -7,7 +7,7 @@ PORTNAME= tcl PORTVERSION= 8.4.14 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= lang tcl84 MASTER_SITES= SF diff --git a/lang/tcl84/pkg-plist.threads b/lang/tcl84/pkg-plist.threads new file mode 100644 index 000000000000..2b3a8e548344 --- /dev/null +++ b/lang/tcl84/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
\ No newline at end of file |