summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2013-03-17 14:07:55 +0100
committerFlorian Franzmann2013-03-17 14:07:55 +0100
commit27a8b345a118b2e231b8cf86db714e90c1c7280c (patch)
tree20d0404cb3656d407e2c229e63b4fc6aa5218d71
parentc88e5d7a16e0e4197189252ad7c1cf53d678a98a (diff)
graphics/xli: add dependencies on JPEG, libpng, libxext and zlib
-rwxr-xr-xgraphics/xli/DEPENDS6
-rw-r--r--graphics/xli/HISTORY1
2 files changed, 6 insertions, 1 deletions
diff --git a/graphics/xli/DEPENDS b/graphics/xli/DEPENDS
index fdb96c3d75..f58f8eaec5 100755
--- a/graphics/xli/DEPENDS
+++ b/graphics/xli/DEPENDS
@@ -1 +1,5 @@
-depends libx11
+depends JPEG &&
+depends libpng &&
+depends libx11 &&
+depends libxext &&
+depends zlib
diff --git a/graphics/xli/HISTORY b/graphics/xli/HISTORY
index 94e371bfd9..59dde1ba0d 100644
--- a/graphics/xli/HISTORY
+++ b/graphics/xli/HISTORY
@@ -1,4 +1,5 @@
2013-03-17 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, DETAILS, fix-scale-zoom.patch, INSTALL, libpng14.patch,
PRE_BUILD, xli-security-gentoo.diff: spell created, patches are from gentoo
+ * DEPENDS: added dependencies on JPEG, libpng, libxext and zlib