diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-14 00:35:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-14 00:35:33 +0000 |
commit | e17958970debe3f18fd8e406e3a145f603f63e5b (patch) | |
tree | 74701b8ff2411c1ee773028df457ce3f6d11e3b4 | |
parent | 7bd139481a6e0fd7fa000486dfda2c47a89c5dc8 (diff) | |
download | pkgsrc-e17958970debe3f18fd8e406e3a145f603f63e5b.tar.gz |
Add and enable rxvt-unicode-5.7.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index cee8abd7dcf..7c6e1fb3160 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11470 2005/10/14 00:06:06 rillig Exp $ +$NetBSD: CHANGES,v 1.11471 2005/10/14 00:35:33 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4572,3 +4572,4 @@ Changes to the packages collection and infrastructure in 2005: Added sysutils/xenkernel20 version 2.0.7 [agc 2005-10-13] Updated archivers/libarchive to 1.02.036 [xtraeme 2005-10-13] Updated pkgtools/pkglint to 4.28 [rillig 2005-10-14] + Added x11/rxvt-unicode version 5.7 [minskim 2005-10-14] diff --git a/x11/Makefile b/x11/Makefile index 12fd096fe50..1debd38862e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.410 2005/10/12 21:57:43 jmmv Exp $ +# $NetBSD: Makefile,v 1.411 2005/10/14 00:35:34 minskim Exp $ # COMMENT= Packages to support the X window system @@ -203,6 +203,7 @@ SUBDIR+= ruby-tk SUBDIR+= ruby16-tcltklib SUBDIR+= ruby16-tk SUBDIR+= rxvt +SUBDIR+= rxvt-unicode SUBDIR+= speyes SUBDIR+= ssystem SUBDIR+= startup-notification |