diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2012-08-23 15:24:22 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 08:14:25 -0500 |
commit | 0a4135c192e92e66687533fa1262ad79ccb8463e (patch) | |
tree | 01d83632427821a02cc2e5dfee5e90e60f1bf110 /libraries/gnome-sharp | |
parent | bc91b326ab5dc9522d405577370e9872d24e48ad (diff) | |
download | slackbuilds-0a4135c192e92e66687533fa1262ad79ccb8463e.tar.gz |
libraries/gnome-sharp: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/gnome-sharp')
-rw-r--r-- | libraries/gnome-sharp/README | 2 | ||||
-rw-r--r-- | libraries/gnome-sharp/gnome-sharp.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/libraries/gnome-sharp/README b/libraries/gnome-sharp/README index bc390e1e55..68ee065b37 100644 --- a/libraries/gnome-sharp/README +++ b/libraries/gnome-sharp/README @@ -1,4 +1,2 @@ Gnome# is a .NET language binding for assorted GNOME libraries. Gnome# is free software, licensed under the GNU LGPL. - -This requires mono, gtk-sharp, gnome-vfs, libgnomecanvas, and libgnomeui. diff --git a/libraries/gnome-sharp/gnome-sharp.info b/libraries/gnome-sharp/gnome-sharp.info index c782202a5f..766586916a 100644 --- a/libraries/gnome-sharp/gnome-sharp.info +++ b/libraries/gnome-sharp/gnome-sharp.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnome-sharp/2.24/gnome-sharp-2. MD5SUM="3b38f53960c736d4afb8f04204efe98b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gnome-vfs gtk-sharp libgnomecanvas libgnomeui mono" +REQUIRES="gtk-sharp libgnomeui" MAINTAINER="Andre Barboza" EMAIL="bmg.andre@gmail.com" |