diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-02-04 22:40:40 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-02-04 22:40:40 +0000 |
commit | 0707b3c1db64fecbda5d89236946ef85909f1724 (patch) | |
tree | 119e6a6d829427f5b85ee3a2b8fee557f0c16a43 /x11-toolkits/gtksourceview-sharp | |
parent | 9e98ad9b330b24e8c64e922c503ec3e41efc2316 (diff) | |
download | ports-0707b3c1db64fecbda5d89236946ef85909f1724.tar.gz ports-0707b3c1db64fecbda5d89236946ef85909f1724.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtksourceview-sharp')
-rw-r--r-- | x11-toolkits/gtksourceview-sharp/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-toolkits/gtksourceview-sharp/Makefile b/x11-toolkits/gtksourceview-sharp/Makefile index 45ae79078420..cf88eaa330c8 100644 --- a/x11-toolkits/gtksourceview-sharp/Makefile +++ b/x11-toolkits/gtksourceview-sharp/Makefile @@ -3,28 +3,25 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.24 2006/02/01 23:02:05 tmclau02 Exp $ +# $Id: Makefile,v 1.27 2006/10/26 05:36:01 tmclau02 Exp $ # PORTNAME= gtksourceview-sharp PORTVERSION= 0.10 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= http://go-mono.com/sources/gtksourceview-sharp-2.0/ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} MAINTAINER= bsd-sharp-list@forge.novell.com -COMMENT= gtksourview bindings for Mono +COMMENT= gtksourview bindings for Mono. BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \ - gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ monodoc:${PORTSDIR}/devel/mono-tools RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \ - gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ monodoc:${PORTSDIR}/devel/mono-tools -USE_GNOME= gtksourceview gnomehack -USE_X_PREFIX= yes +USE_GNOME= gtksourceview gnomehack gtksharp20 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes |