summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Johnson2010-04-30 20:53:43 -0500
committerDonald Johnson2010-04-30 20:53:43 -0500
commite1beb8ac6da9ed8a5b98d7bda496822153980398 (patch)
tree97ed13fd88f1cb4cebe99c3e5f23282104ec3e11
parentd231fce7dbafe1d16a594d920239f8afcb20d0c7 (diff)
x11/tint2: added pygtk+2 DEPENDS
-rwxr-xr-xx11/tint2/DEPENDS1
-rw-r--r--x11/tint2/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/x11/tint2/DEPENDS b/x11/tint2/DEPENDS
index cea62bf423..56bdf094d4 100755
--- a/x11/tint2/DEPENDS
+++ b/x11/tint2/DEPENDS
@@ -17,6 +17,7 @@ depends libxrender &&
depends imlib2 &&
depends pixman &&
depends zlib &&
+depends pygtk2 &&
optional_depends 'gtk+2' \
'--enable-tint2conf' \
diff --git a/x11/tint2/HISTORY b/x11/tint2/HISTORY
index 518d4aa2b4..32510a076f 100644
--- a/x11/tint2/HISTORY
+++ b/x11/tint2/HISTORY
@@ -1,3 +1,6 @@
+2010-04-18 Donald Johnson <minozake@codemages.net>
+ * DEPENDS: Added depends pygtk2
+
2010-01-14 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 0.9-rc1
* CONFIGURE: --enable/--disable flags were backwards...