diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-04-10 04:05:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-04-10 04:05:39 +0000 |
commit | 3136a830df4102b88cfe28d74b990b62ae58e3df (patch) | |
tree | 9589568c779473ed427c75dbe1d793fa6a2337dc /x11/xwrits/Makefile | |
parent | 3e4f405699bf84eb72b1d4f8c6134cebcacbafc2 (diff) | |
download | pkgsrc-3136a830df4102b88cfe28d74b990b62ae58e3df.tar.gz |
update to xwrits-2.21.
Changes since 2.19:
-------------------
Version 2.21 6.May.2002
* Add support for Xinerama. Requested by Orion Hodson <hodson@icir.org>.
Version 2.20 17.Apr.2002
* Add `title' option. Suggested, and patch provided, by Dale Thatcher
<xwrits@dalethatcher.com>.
* Finally fix `--multiscreen' option. Thanks to Orion Hodson
<hodson@icir.org> for lending his multihead machine.
Diffstat (limited to 'x11/xwrits/Makefile')
-rw-r--r-- | x11/xwrits/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xwrits/Makefile b/x11/xwrits/Makefile index 34fe976dab1..a03ea231168 100644 --- a/x11/xwrits/Makefile +++ b/x11/xwrits/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2002/08/25 21:53:05 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2003/04/10 04:05:39 dmcmahill Exp $ -DISTNAME= xwrits-2.19 +DISTNAME= xwrits-2.21 CATEGORIES= x11 MASTER_SITES= http://www.lcdf.org/~eddietwo/xwrits/ |