diff options
author | jlam <jlam> | 2001-05-24 02:58:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-24 02:58:29 +0000 |
commit | 092df8c821540f0da1f11a173ad0ec03cb5ae75f (patch) | |
tree | e807b25bd304fbda8171eb77bdf58b5641c44fab /x11/tk/Makefile | |
parent | fa20ea6756eb6aa683d64cd9c5a7177f2f64d1df (diff) | |
download | pkgsrc-092df8c821540f0da1f11a173ad0ec03cb5ae75f.tar.gz |
Fix the installed tkConfig.sh so it's possible to use its values to generate
a shared library that depends on libtk83.so. Patch the configure script to
set TK_LIB_SPEC to include -Wl,-rpath,... or -R... depending on whether we
are ELF or a.out.
Bump version number to 8.3.2nb1.
Diffstat (limited to 'x11/tk/Makefile')
-rw-r--r-- | x11/tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 3c3e5a5ee66..93785f98248 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2001/02/25 04:18:28 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/24 02:58:29 jlam Exp $ DISTNAME= tk8.3.2 -PKGNAME= tk-8.3.2 +PKGNAME= tk-8.3.2nb1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \ ftp://ftp.informatik.uni-hamburg.de/pub/soft/lang/tcl/tcl8_3/ |