summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2010-07-06 00:44:12 +0400
committerGeorge Sherwood2010-07-23 05:58:36 -0500
commit378466b0955e4cb85e476d0ea4ddda696f8dd415 (patch)
tree5c2f472adeaa0a5fa8b3c022a6da4c470c4439fc
parent0a34d35df138e14d84632411725e34d68d9f52a6 (diff)
seamonkey: libpng with APNG is required
(cherry picked from commit eb95ffdb13972e40bc554bf8987f8b50fbda3477)
-rwxr-xr-xhttp/seamonkey/DEPENDS2
-rw-r--r--http/seamonkey/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 116643af92..b677a0d348 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -1,7 +1,7 @@
depends gtk+2 &&
depends jpeg &&
depends libidl &&
-depends libpng &&
+depends -sub APNG libpng &&
depends libxft &&
if spell_ok nss && [[ $(installed_version nss) == 3.11* ]]; then
depends nspr '--with-system-nspr' &&
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index 6c0b808257..dcc1c08287 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,6 @@
+2010-07-06 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: requires libpng only with animated support
+
2010-07-04 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: corrected dependencies -- killed xorg-libs, see #14699