diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-12 23:17:34 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-12 23:17:34 +0000 |
commit | 0df5715016e705a39bd4e5423b862a75f32680df (patch) | |
tree | d062b405cf465e0a949f2b96c07a157050833847 /x11/lesstif/Makefile | |
parent | c41d480ecf5081f6065a754f8fa270b6347e62dd (diff) | |
download | pkgsrc-0df5715016e705a39bd4e5423b862a75f32680df.tar.gz |
Update lesstif to 0.87.1.
Changes: This is a minor/development release. There have been many internal
changes since the last release, mostly to do with how we implement geometry
handling, the geometry subsystem has been substantially overhauled. Many other
bugs have been fixed as well.
This version will probably break binary compatibility with 0.87.0,
although I don't see anything specific at the moment. Don't count on binary
compatibility, though.
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r-- | x11/lesstif/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index fc51a2e3970..5d5e2f55fe7 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 1998/11/13 02:02:25 frueauf Exp $ +# $NetBSD: Makefile,v 1.34 1999/01/12 23:17:34 frueauf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # -DISTNAME= lesstif-0.87.0 +DISTNAME= lesstif-0.87.1 CATEGORIES= x11 MASTER_SITES= ftp://linux.gt.ed.net/pub/linux/libs/lesstif/srcdist/ \ ftp://ftp.mathematik.th-darmstadt.de/pub/linux/mirrors/misc/lesstif/srcdist/ \ @@ -11,9 +11,7 @@ MASTER_SITES= ftp://linux.gt.ed.net/pub/linux/libs/lesstif/srcdist/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.lesstif.org/ -CONFLICTS= lesstif-0.82 lesstif-0.83 lesstif-0.84 lesstif-0.85 \ - lesstif-19980510 lesstif-0.85.2 lesstif-0.85.3 lesstif-0.86.0 \ - lesstif-0.86.5 lesstif-0.86.9 +CONFLICTS= lesstif-* GNU_CONFIGURE= yes USE_LIBTOOL= yes |