diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2005-11-10 12:33:02 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2005-11-10 12:33:02 +0800 |
commit | a78c9be66bb148b5f30096df51d50b7775f3a3ab (patch) | |
tree | 8948e1dae7d84009798cf16505c62b3b8dd5694d /mail/gmime2-sharp/Makefile | |
parent | 8dd261423a3b45372e6599365f7cde262f8ea57a (diff) | |
download | freebsd-ports-graphics-a78c9be66bb148b5f30096df51d50b7775f3a3ab.tar.gz freebsd-ports-graphics-a78c9be66bb148b5f30096df51d50b7775f3a3ab.tar.zst freebsd-ports-graphics-a78c9be66bb148b5f30096df51d50b7775f3a3ab.zip |
- Fix a versioned libglib-2.0.so DllImport which causes gmime# to be
unable to find glib-2.0
- Correct pkg-plist for gacutil changes with Mono 1.1.9.x
- Include bsd.mono.mk.
Approved by: ahze (mentor)
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
Diffstat (limited to 'mail/gmime2-sharp/Makefile')
-rw-r--r-- | mail/gmime2-sharp/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/gmime2-sharp/Makefile b/mail/gmime2-sharp/Makefile index 6428df66daf..aa1c6352b49 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.9 2005/09/25 00:56:46 tmclau02 Exp $ +# $Id: Makefile,v 1.13 2005/11/01 05:03:44 tmclau02 Exp $ # -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= -sharp @@ -27,7 +27,7 @@ USE_GNOME= gnomehack gnometarget glib20 USE_REINPLACE= yes CONFIGURE_ARGS= --enable-mono=yes -LATEST_LINK= gmime2-sharp +LATEST_LINK= gmime2-sharp # Else we conflict with mail/gmime2 NOPORTDOCS= yes @@ -36,6 +36,7 @@ post-patch: @${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \ ${WRKSRC}/mono/gmime-sharp.dll.config.in @${REINPLACE_CMD} -e 's|libglib-2.0.so.0|libglib-2.0.so|g' \ - ${WRKSRC}/mono/ObjectStream.cs ${WRKSRC}/mono/Object.custom + ${WRKSRC}/mono/ObjectStream.cs ${WRKSRC}/mono/Stream.custom +.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include "${MASTERDIR}/Makefile" |