diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-03 04:53:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-03 04:53:50 +0000 |
commit | 4e25d5f0d044661af0e27b3ae6eca08ae497ac3f (patch) | |
tree | ab13232137d2c7df6661c96b2f1c46ab32d13d93 | |
parent | 33a8ded3191185519de920ab169b7a8b0b19701b (diff) | |
download | pkgsrc-4e25d5f0d044661af0e27b3ae6eca08ae497ac3f.tar.gz |
Add and enable libexo.
-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 ffc9354b11f..107851352d6 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11306 2005/10/03 04:13:06 minskim Exp $ +$NetBSD: CHANGES,v 1.11307 2005/10/03 04:53:50 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4244,3 +4244,4 @@ Changes to the packages collection and infrastructure in 2005: Updated editors/leafpad to 0.8.4 [jmmv 2005-10-02] Updated emulators/generator-cbiere to 0.35r2 [wiz 2005-10-02] Updated archivers/unalz to 0.52 [minskim 2005-10-03] + Added x11/libexo version 0.3.0 [minskim 2005-10-03] diff --git a/x11/Makefile b/x11/Makefile index 72608081fd3..f55b2a7d69c 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.407 2005/09/22 15:04:19 wiz Exp $ +# $NetBSD: Makefile,v 1.408 2005/10/03 04:53:51 minskim Exp $ # COMMENT= Packages to support the X window system @@ -143,6 +143,7 @@ SUBDIR+= lablgtk SUBDIR+= lablgtk2 SUBDIR+= labltk SUBDIR+= lesstif +SUBDIR+= libexo SUBDIR+= libxfce4gui SUBDIR+= libxfce4mcs SUBDIR+= libxfce4util |