diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-15 18:54:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-15 18:54:23 +0000 |
commit | 87b0634fb3d87bfb1257f0680dbace2c9dd5ca7c (patch) | |
tree | d449409387e92362770cd55e14b90adca5dcd42f | |
parent | cbae0516c185bc85f9a6fe1a3d0a1e8addfe4c3d (diff) | |
download | pkgsrc-87b0634fb3d87bfb1257f0680dbace2c9dd5ca7c.tar.gz |
Add and enable Terminal-0.2.4.
-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 d49e6a3c6dc..c87aa332b43 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11500 2005/10/15 18:14:32 wiz Exp $ +$NetBSD: CHANGES,v 1.11501 2005/10/15 18:54:23 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4614,3 +4614,4 @@ Changes to the packages collection and infrastructure in 2005: Updated graphics/tiff to 3.7.4 [wiz 2005-10-15] Updated misc/vera to 1.16 [tonio 2005-10-15] Updated audio/libvorbis to 1.1.1 [wiz 2005-10-15] + Added x11/Terminal version 0.2.4 [minskim 2005-10-15] diff --git a/x11/Makefile b/x11/Makefile index d91f7b2a24d..2fe1b5ddb8f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.413 2005/10/15 16:37:54 wiz Exp $ +# $NetBSD: Makefile,v 1.414 2005/10/15 18:54:24 minskim Exp $ # COMMENT= Packages to support the X window system SUBDIR+= 9term +SUBDIR+= Terminal SUBDIR+= XF86Setup SUBDIR+= XFree86-clients SUBDIR+= XFree86-imake |