diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 22:14:35 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 22:14:35 +0000 |
commit | e8843bee7db4c84fd4612c4a27180c32610c27d3 (patch) | |
tree | 1f6ba755edba6d3213c9f91a870aa477efc794fa /x11-toolkits/gtk-sharp20/Makefile | |
parent | 9cf33017a35644426d4c0b23957618892bd7f9de (diff) |
- Update to 1.9.5.
- Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool
and few others become as runtime dependency, which they are just need to be
in the build dependency.
- Fix the plist for gtk-sharp and gtk-sharp-devel share the some same main
directories.
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
Notes
Notes:
svn path=/head/; revision=138861
Diffstat (limited to 'x11-toolkits/gtk-sharp20/Makefile')
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index d46a7d47ae82..a515b978823b 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -2,14 +2,15 @@ # Date created: 2003-01-01 # Whom: Juli Mallett # -# $Id: Makefile,v 1.8 2005/04/15 04:51:40 tmclau02 Exp $ +# $Id: Makefile,v 1.12 2005/06/07 01:21:44 mezz7 Exp $ # $FreeBSD$ # PORTNAME= gtk-sharp -PORTVERSION= 1.9.3 +PORTVERSION= 1.9.5 +PORTREVISION= 1 CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://go-mono.com/sources/gtk-sharp-2.0/ MASTER_SITE_SUBDIR= gtk-sharp PKGNAMESUFFIX= -devel @@ -17,7 +18,7 @@ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= GTK+ and GNOME interfaces for the .NET runtime BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= mono:${PORTSDIR}/lang/mono USE_X_PREFIX= yes USE_LIBTOOL_VER=15 |