From 0a4135c192e92e66687533fa1262ad79ccb8463e Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Thu, 23 Aug 2012 15:24:22 +0700 Subject: [PATCH] libraries/gnome-sharp: Fixed dep information Signed-off-by: Robby Workman --- libraries/gnome-sharp/README | 2 -- libraries/gnome-sharp/gnome-sharp.info | 2 +- 2 files changed, 1 insertion(+), 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"