diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-26 23:19:25 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 11:40:28 -0500 |
commit | f02ca893b20951e14668152c146f1a70dc611ada (patch) | |
tree | 34ed74958bd33ecdb30ba2c064c88cd915025c24 /games | |
parent | 088659f200f14fd1c9fc576832b2d4ad1436a6c9 (diff) |
games/vbam: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/vbam/README | 4 | ||||
-rw-r--r-- | games/vbam/vbam.info | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/games/vbam/README b/games/vbam/README index d3a1da6b698d..48ee1b963074 100644 --- a/games/vbam/README +++ b/games/vbam/README @@ -7,10 +7,6 @@ We aim to preserve all of the hard work done by these developers to make the already great VisualBoyAdvance even better! The following options are available: - GTK=ON will build the GTK GUI. It requires gtkglextmm. - WX=ON will build the WxWidgets GUI. It requires WxWidgets. - FFMPEG=ON will enable recording and playback. It requires FFMPEG. - diff --git a/games/vbam/vbam.info b/games/vbam/vbam.info index 6ad3800f7677..269554f2903f 100644 --- a/games/vbam/vbam.info +++ b/games/vbam/vbam.info @@ -5,6 +5,6 @@ DOWNLOAD="http://sourceforge.net/projects/vbam/files/vbam-1.8.0.1054-src.tar.gz" MD5SUM="f9a67e65dd6df4d5190321f6fc758c24" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="ffmpeg gtkglextmm" +REQUIRES="" MAINTAINER="Dugan Chen" EMAIL="thedoogster [at] gmail [dot] com" |