diff options
author | danw <danw@pkgsrc.org> | 2004-04-09 23:37:28 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-04-09 23:37:28 +0000 |
commit | 1ebcb21beaffdf28e35f794b97b2f620d5fcf7a4 (patch) | |
tree | 3bc4c4810810747504281b3eb81f13c299bd4af7 /lang/tcl/PLIST | |
parent | 44e0cbe2b234d1fd065f4ab1c08907412c7f65d3 (diff) | |
download | pkgsrc-1ebcb21beaffdf28e35f794b97b2f620d5fcf7a4.tar.gz |
Fix up some Makefile logic that got broken by the libtool patches (and
prevented it from building on some platforms). Ensure that the built
library is named libtcl84 (as opposed to libtcl8.4) on all platforms.
Diffstat (limited to 'lang/tcl/PLIST')
-rw-r--r-- | lang/tcl/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl/PLIST b/lang/tcl/PLIST index e897fb82ce6..4b409b96e03 100644 --- a/lang/tcl/PLIST +++ b/lang/tcl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/03/08 19:55:35 minskim Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/04/09 23:37:28 danw Exp $ bin/tclsh bin/tclsh8.4 include/tcl.h @@ -17,8 +17,8 @@ include/tcl/generic/tclRegexp.h include/tcl/unix/tclUnixPort.h include/tclDecls.h include/tclPlatDecls.h -${SHLIB_CMT}lib/libtcl84.a -lib/libtcl84.${SHLIB_SUFX} +lib/libtcl84.a +lib/libtcl84.la lib/libtcl84.so lib/libtcl84.so.1 lib/libtcl84.so.1.0 |