diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-02-19 06:24:51 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-02-19 06:24:51 +0000 |
commit | 9a15bfb50ea228840089b459cb9e5d202e994c6a (patch) | |
tree | 2cdd2c894263ffb9a0ada6d74050c4197be844e5 /x11-toolkits/gtk-sharp20/Makefile | |
parent | 52dbc2f2bcaea2da303b0302f7b4b1c125135552 (diff) |
Update to 2.8.0
- patch-gtkhtml_gtkhtml-sharp.dll.config.in,
patch-vte_vte-sharp.dll.config.in:
Remove unnecessary patching now that libraries use ltverhack
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
Notes
Notes:
svn path=/head/; revision=156355
Diffstat (limited to 'x11-toolkits/gtk-sharp20/Makefile')
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index 13b8e75ce648..f947b7abfb9e 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -3,12 +3,11 @@ # Whom: Juli Mallett # # $FreeBSD$ -# $Id: Makefile,v 1.13 2005/12/03 04:03:19 tmclau02 Exp $ +# $Id: Makefile,v 1.15 2006/02/05 03:18:12 tmclau02 Exp $ # PORTNAME= gtk-sharp -PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTVERSION= 2.8.0 CATEGORIES= x11-toolkits MASTER_SITES= http://go-mono.com/sources/gtk-sharp-2.0/ |