summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2009-01-07 19:17:07 +0100
committerArwed von Merkatz2009-01-13 19:56:00 +0100
commit67e3370d30c0558c4b24971e599a4c2e69fa611c (patch)
tree5b672cc66d0a89689440d34657c1e980d0ef41d3
parente0f99abec7b0f566b8bcf330b186ea782cdcc663 (diff)
fontconfig: added TEXT_TO_HTML if docbook was selected #14715
doesn't care if docbook itself is using it or not (no subdep) (cherry picked from commit cd15e7db1886f3d547ff826f6b38c7984f41699c)
-rwxr-xr-xx11-libs/fontconfig/DEPENDS6
-rw-r--r--x11-libs/fontconfig/HISTORY3
2 files changed, 8 insertions, 1 deletions
diff --git a/x11-libs/fontconfig/DEPENDS b/x11-libs/fontconfig/DEPENDS
index cf3e1aaef6..ee12e3b2e4 100755
--- a/x11-libs/fontconfig/DEPENDS
+++ b/x11-libs/fontconfig/DEPENDS
@@ -7,4 +7,8 @@ depends expat &&
optional_depends docbook-utils \
"--enable-docs" \
"--disable-docs" \
- "Create documentation"
+ "Create documentation" &&
+
+if is_depends_enabled $SPELL docbook-utils; then
+ depends HTML_TO_TEXT
+fi
diff --git a/x11-libs/fontconfig/HISTORY b/x11-libs/fontconfig/HISTORY
index 8dfa765bb4..a4d9747c02 100644
--- a/x11-libs/fontconfig/HISTORY
+++ b/x11-libs/fontconfig/HISTORY
@@ -1,3 +1,6 @@
+2009-01-07 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DEPENDS: added TEXT_TO_HTML if docbook was selected #14715
+
2008-07-07 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.6.0
* BUILD: multijob OK