diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-05 06:45:53 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-05 06:45:53 +0800 |
commit | cd5b1cc6e6cdee9e455edb6a49076588c0356c39 (patch) | |
tree | 44f443801e43514f1562d2fbdebda59e243a23a3 /mail/gmime2-sharp | |
parent | f5ded4ca3ad3d2bbfc601d12db2c706b2333f731 (diff) | |
download | freebsd-ports-gnome-cd5b1cc6e6cdee9e455edb6a49076588c0356c39.tar.gz freebsd-ports-gnome-cd5b1cc6e6cdee9e455edb6a49076588c0356c39.tar.zst freebsd-ports-gnome-cd5b1cc6e6cdee9e455edb6a49076588c0356c39.zip |
- USE_GNOME+=gtksharp20
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
Diffstat (limited to 'mail/gmime2-sharp')
-rw-r--r-- | mail/gmime2-sharp/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/gmime2-sharp/Makefile b/mail/gmime2-sharp/Makefile index 4ea89266e2db..085fe5146ff1 100644 --- a/mail/gmime2-sharp/Makefile +++ b/mail/gmime2-sharp/Makefile @@ -3,10 +3,10 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.15 2005/11/23 01:39:36 tmclau02 Exp $ +# $Id: Makefile,v 1.17 2006/10/26 18:37:29 tmclau02 Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -sharp @@ -14,8 +14,6 @@ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Mono bindings for gmime LIB_DEPENDS= gmime-2.0.4:${PORTSDIR}/mail/gmime2 -BUILD_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 -RUN_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 MASTERDIR= ${.CURDIR}/../gmime2 BUILD_WRKSRC= ${WRKSRC}/mono @@ -23,7 +21,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_GNOME= gnomehack gnometarget glib20 +USE_GNOME= gnomehack gnometarget glib20 gtksharp20 CONFIGURE_ARGS= --enable-mono=yes LATEST_LINK= gmime2-sharp |