aboutsummaryrefslogtreecommitdiff
path: root/system/xfburn
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2013-01-26 20:58:04 -0600
committerRobby Workman <rworkman@slackbuilds.org>2013-02-05 22:40:15 -0600
commit64638d7106e292ad5893d7666f2ac8d70e366849 (patch)
tree098971133b1433660d5786e66b57d6cb98b4e9a9 /system/xfburn
parent0b350495d5e6f11b5b41b8bf74f67bb019e70f7a (diff)
downloadslackbuilds-64638d7106e292ad5893d7666f2ac8d70e366849.tar.xz
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>
Diffstat (limited to 'system/xfburn')
-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 eae1b8d98daa..fb9848e1e1aa 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"