summaryrefslogtreecommitdiffstats
path: root/libraries/CEGUI
diff options
context:
space:
mode:
author ponce2012-08-26 08:34:59 +0200
committer ponce2012-08-26 08:34:59 +0200
commit39471626fabd520f7ed8218b6c6eb6e89957346b (patch)
tree3ceb2993fe64c820995e0a74e71beadb1d33a3dd /libraries/CEGUI
parent2785d4581aed91d192e64754172b5a7ecb10ead2 (diff)
downloadslackbuilds-39471626fabd520f7ed8218b6c6eb6e89957346b.tar.gz
libraries/CEGUI: Fixed dep information
Diffstat (limited to 'libraries/CEGUI')
-rw-r--r--libraries/CEGUI/CEGUI.info2
-rw-r--r--libraries/CEGUI/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/CEGUI/CEGUI.info b/libraries/CEGUI/CEGUI.info
index 8d4fa936ea..eb2089f1de 100644
--- a/libraries/CEGUI/CEGUI.info
+++ b/libraries/CEGUI/CEGUI.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/crayzedsgui/CEGUI-0.6.2.tar.gz"
MD5SUM="fb058bd711fa9a865658efbc37fac24d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="DevIL FreeImage xerces-c"
+REQUIRES=""
MAINTAINER="Phillip Warner"
EMAIL="pc_warner@yahoo.com"
diff --git a/libraries/CEGUI/README b/libraries/CEGUI/README
index 2656a85ef6..b9d6ae0e35 100644
--- a/libraries/CEGUI/README
+++ b/libraries/CEGUI/README
@@ -12,7 +12,7 @@ However, you may want to specify this yourself. In particular, pay attention
to the image codecs because you might want to disable the others to ensure that
the one you want to use is the default codec.
-Some of the optional libraries include:
+Some of the optional dependencies include:
Xerces-C++ XML parser (xerces-c at SlackBuilds.org)
DevIL image loading library (DevIL at SlackBuilds.org)
FreeImage image loading library (FreeImage at SlackBuilds.org)