diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-26 13:44:10 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-26 13:44:10 +0800 |
commit | 5a9e416334faeab340deb7245f566010956b0a62 (patch) | |
tree | 8ba4e6535b2e0f7751858f0f984c0739afc8356b /x11-toolkits/gtk-sharp10/Makefile | |
parent | dda26c56d5e85163d2de7b86b6529daa7172532c (diff) | |
download | freebsd-ports-gnome-5a9e416334faeab340deb7245f566010956b0a62.tar.gz freebsd-ports-gnome-5a9e416334faeab340deb7245f566010956b0a62.tar.zst freebsd-ports-gnome-5a9e416334faeab340deb7245f566010956b0a62.zip |
Update to 1.0.4. Mono has been set to IGNORE on 5.x if OSVERSION is below
503000. Mono 1.0.1 and greater have been broken on earlier OSVERSION
versions. Warning, not all C# apps will not working, because FreeBSD still
need to work more on pthread issues. Few C# apps such as Blam, Muine, Tomboy
and etc work perfect.
PR: ports/74397 ports/74398
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Approved by: maintainer timeout (no contract for months)
Diffstat (limited to 'x11-toolkits/gtk-sharp10/Makefile')
-rw-r--r-- | x11-toolkits/gtk-sharp10/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index d2310bfa8a43..90199d6b07d9 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gtk-sharp -PORTVERSION= 1.0 -PORTREVISION= 3 +PORTVERSION= 1.0.4 CATEGORIES= x11-toolkits -MASTER_SITES= http://mono.ximian.com/archive/${PORTVERSION}/ +MASTER_SITES= http://www.go-mono.com/archive/${PORTVERSION}/ MAINTAINER= coop9211@uidaho.edu COMMENT= GTK+ and GNOME interfaces for the .NET runtime @@ -17,7 +16,8 @@ COMMENT= GTK+ and GNOME interfaces for the .NET runtime BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono RUN_DEPENDS= ${BUILD_DEPENDS} -GNU_CONFIGURE= yes +USE_X_PREFIX= yes +USE_LIBTOOL_VER=15 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes |