diff options
author | kwm <kwm@FreeBSD.org> | 2014-10-02 13:23:11 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-10-02 13:23:11 +0000 |
commit | 80e594263f6532c7b53cd75354a9465f73648352 (patch) | |
tree | 6c8d32aa70849956fd6b7415bb36daf4cee109ed | |
parent | c80e27bb2d2659c67d6c73a5a471ca94f3099310 (diff) | |
download | FreeBSD-ports-80e594263f6532c7b53cd75354a9465f73648352.zip FreeBSD-ports-80e594263f6532c7b53cd75354a9465f73648352.tar.gz |
Remove gnomepanel dependancy, the requirement was removed from gnome-sharp.
-rw-r--r-- | x11-toolkits/gnome-sharp20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gnome-sharp20/Makefile b/x11-toolkits/gnome-sharp20/Makefile index baea451..237d2a2 100644 --- a/x11-toolkits/gnome-sharp20/Makefile +++ b/x11-toolkits/gnome-sharp20/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-sharp PORTVERSION= 2.24.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= GNOME @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake libtool mono pathfix perl5 pkgconfig tar:bzip2 USE_PERL5= run -USE_GNOME= gnomepanel gtksharp20 librsvg2 vte libgnomeprintui libgnomeui +USE_GNOME= gnomevfs2 gtksharp20 librsvg2 vte libgnomeprintui libgnomeui MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip |