diff options
author | mezz <mezz@FreeBSD.org> | 2005-07-11 05:37:34 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-07-11 05:37:34 +0800 |
commit | 7852b183ec3c54a216280b15f111ccb43a479c70 (patch) | |
tree | 002867126c93f032d19ae618e3e636d5f16dcc32 /x11-toolkits/gtk-sharp10/Makefile | |
parent | de2726e5f950da62b3c6c7b78ed24c0fdb092f32 (diff) | |
download | freebsd-ports-gnome-7852b183ec3c54a216280b15f111ccb43a479c70.tar.gz freebsd-ports-gnome-7852b183ec3c54a216280b15f111ccb43a479c70.tar.zst freebsd-ports-gnome-7852b183ec3c54a216280b15f111ccb43a479c70.zip |
- Update to 1.0.10.
- 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
Diffstat (limited to 'x11-toolkits/gtk-sharp10/Makefile')
-rw-r--r-- | x11-toolkits/gtk-sharp10/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index 543ccd6316aa..9a253eadaff4 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -2,21 +2,20 @@ # Date created: 2003-01-01 # Whom: Juli Mallett # -# $Id: Makefile,v 1.15 2005/03/26 22:41:35 mezz7 Exp $ +# $Id: Makefile,v 1.17 2005/06/07 01:01:09 mezz7 Exp $ # $FreeBSD$ # PORTNAME= gtk-sharp -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.10 CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://go-mono.com/sources/${PORTNAME}/ 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 |