diff options
author | reed <reed> | 2005-01-12 20:04:43 +0000 |
---|---|---|
committer | reed <reed> | 2005-01-12 20:04:43 +0000 |
commit | 29cda13ce1ed8d9a967e39fa776624511fcb4f70 (patch) | |
tree | d1ea4f0e1668569d435b1b2c19740e52b4c0929d | |
parent | 16e04828725715bb5ae8f7fbf3dc39b36e906999 (diff) | |
download | pkgsrc-29cda13ce1ed8d9a967e39fa776624511fcb4f70.tar.gz |
Added xvidcap-gtk2.
-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 425dace2af1..9f0af4fd875 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8721 2005/01/12 16:10:01 adam Exp $ +$NetBSD: CHANGES,v 1.8722 2005/01/12 20:04:43 reed Exp $ Changes to the packages collection and infrastructure in 2005: @@ -269,3 +269,4 @@ Changes to the packages collection and infrastructure in 2005: Updated lmarbles to 1.0.7 [adam 2005-01-12] Updated lpairs to 1.0.1 [adam 2005-01-12] Updated ltris to 1.0.7 [adam 2005-01-12] + Added xvidcap-gtk2-1.1.3 [reed 2005-01-12] diff --git a/x11/Makefile b/x11/Makefile index f1c907118fe..54c303f8b8e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.379 2005/01/03 14:32:28 wiz Exp $ +# $NetBSD: Makefile,v 1.380 2005/01/12 20:04:43 reed Exp $ # COMMENT= Packages to support the X window system @@ -321,6 +321,7 @@ SUBDIR+= xtermset SUBDIR+= xtoolwait SUBDIR+= xvattr SUBDIR+= xvidcap +SUBDIR+= xvidcap-gtk2 SUBDIR+= xview SUBDIR+= xview-clients SUBDIR+= xview-config |