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>
This commit is contained in:
parent
0b350495d5
commit
64638d7106
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue