[SM-Commit] GIT changes to master grimoire by Remko van der Vossen (fde49cd690d5c93bd0b979f230c5533941c062d7)

Remko van der Vossen scm at sourcemage.org
Tue Jun 19 11:07:19 EDT 2007


GIT changes to master grimoire by Remko van der Vossen <wich at stack.nl>:

 printer/ghostscript/DEPENDS |    6 +++---
 printer/ghostscript/HISTORY |    3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit fde49cd690d5c93bd0b979f230c5533941c062d7
Author: Remko van der Vossen <wich at stack.nl>
Commit: Remko van der Vossen <wich at stack.nl>

    printer/ghostscript: added depends gtk+2 iff $GS_LIBGS

diff --git a/printer/ghostscript/DEPENDS b/printer/ghostscript/DEPENDS
index 32903f1..f3f665c 100755
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -3,9 +3,9 @@ depends  zlib                   &&
 depends  jpeg                   &&
 depends  ghostscript-fonts-std  &&
 
-#if  [[  "$GS_LIBGS"  ==  y  ]];  then
-#  depends  gtk+
-#fi                                                                     &&
+if  [[  "$GS_LIBGS"  ==  y  ]];  then
+  depends  gtk+2
+fi                                                                     &&
 
 optional_depends  "X11-LIBS"                                           \
                   "--with-x"                                           \
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 1362160..88f2912 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,6 @@
+2007-06-19 Remko van der Vossen <wich at stack.nl>
+	* DEPENDS: added depends gtk+2 iff $GS_LIBGS
+
 2007-05-12 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 8.57
 	* DEPENDS, BUILD: clean out old code



More information about the SM-Commit mailing list