summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuuso Alasuutari2007-01-13 18:13:28 +0200
committerJaka Kranjc2007-01-13 21:35:08 +0100
commit227c93c1d11ddfb5dd782cea842d374111a20d5c (patch)
treea534af04f2ebf83223df55cd9084446959a520c5
parent4b7a53a48a4894a4f7109f4ae3cc70b802d78869 (diff)
freetype1: added depends gettext (#13396), xorg-modular dependencies
-rwxr-xr-xgraphics-libs/freetype1/DEPENDS12
-rw-r--r--graphics-libs/freetype1/HISTORY4
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics-libs/freetype1/DEPENDS b/graphics-libs/freetype1/DEPENDS
index 8979a03b6b..15f5010094 100755
--- a/graphics-libs/freetype1/DEPENDS
+++ b/graphics-libs/freetype1/DEPENDS
@@ -1 +1,11 @@
-depends X11-LIBS
+depends gettext &&
+depends X11-LIBS &&
+
+. "$GRIMOIRE/FUNCTIONS" &&
+
+if check_if_xorg_modular_libs
+then
+ depends libx11 &&
+ depends libice &&
+ depends libsm
+fi
diff --git a/graphics-libs/freetype1/HISTORY b/graphics-libs/freetype1/HISTORY
index edcf4ab5cb..89bab6b021 100644
--- a/graphics-libs/freetype1/HISTORY
+++ b/graphics-libs/freetype1/HISTORY
@@ -1,3 +1,7 @@
+2007-01-13 Juuso Alasuutari <iuso@sourcemage.org>
+ * DEPENDS: Added depends gettext (fixes #13396), added
+ xorg-modular dependencies.
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS