diff options
author | rh <rh@pkgsrc.org> | 2000-05-31 17:25:54 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-05-31 17:25:54 +0000 |
commit | 37a3eb587dafbd56e0f03934a45d77c6380d6938 (patch) | |
tree | a11f29443d6e79dcab0df61d4f0c4ea93e339d51 /devel/libtool/Makefile | |
parent | f5c2fca63aab777ef4698e5230a19966e7133d11 (diff) | |
download | pkgsrc-37a3eb587dafbd56e0f03934a45d77c6380d6938.tar.gz |
Update libtool to 1.3.5. Changes are mainly bugfixes. This also fixes
PRs 9902 by Geoff C. Wing and 10106 by Dave Sainty.
Diffstat (limited to 'devel/libtool/Makefile')
-rw-r--r-- | devel/libtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index 0f6ff9b0955..3d7641745ce 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2000/04/02 17:16:00 fredb Exp $ +# $NetBSD: Makefile,v 1.14 2000/05/31 17:25:54 rh Exp $ # -DISTNAME= libtool-1.3.4 +DISTNAME= libtool-1.3.5 CATEGORIES= devel pkgtools MASTER_SITES= ${MASTER_SITE_GNU:=libtool/} |