summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2013-01-27 03:58:04 +0100
committer Robby Workman2013-02-06 05:40:15 +0100
commit64638d7106e292ad5893d7666f2ac8d70e366849 (patch)
tree098971133b1433660d5786e66b57d6cb98b4e9a9
parent0b350495d5e6f11b5b41b8bf74f67bb019e70f7a (diff)
downloadslackbuilds-64638d7106e292ad5893d7666f2ac8d70e366849.tar.gz
system/xfburn: Noted libburn dependency
libburn was implicitly included before by libisofs, but at some point, libisofs stopped requiring libburn to build, and so it was possible to install libisofs without having the requisite libburn package installed. Thanks to Charles for the notes on this. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--system/xfburn/xfburn.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/xfburn/xfburn.info b/system/xfburn/xfburn.info
index eae1b8d98d..fb9848e1e1 100644
--- a/system/xfburn/xfburn.info
+++ b/system/xfburn/xfburn.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://archive.xfce.org/src/apps/xfburn/0.4/xfburn-0.4.3.tar.bz2"
MD5SUM="147cdc2d909e751125be16103b8dc81f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="libisofs"
+REQUIRES="libburn libisofs"
MAINTAINER="Robby Workman"
EMAIL="rworkman@slackbuilds.org"