diff options
author | Juli Mallett <jmallett@FreeBSD.org> | 2003-02-26 02:28:59 +0000 |
---|---|---|
committer | Juli Mallett <jmallett@FreeBSD.org> | 2003-02-26 02:28:59 +0000 |
commit | 98e93a4bec74cfdaf6e2522375d910b1e4b57779 (patch) | |
tree | 03b0d2ed901294282b4d6cf6a5935545b042a1eb /lang/mono/Makefile | |
parent | 72b677a6f86bb137cd09aafade56928634497bec (diff) |
Notes
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r-- | lang/mono/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 787775e6d02b..bd3e3a411ee1 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -6,12 +6,12 @@ # PORTNAME= mono -PORTVERSION= 0.19 -PORTREVISION= 1 +PORTVERSION= 0.20 CATEGORIES= lang MASTER_SITES= http://www.go-mono.com/archive/ MAINTAINER= gnome@FreeBSD.org +COMMENT= An open source implementation of .NET Development Framework BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 \ @@ -32,8 +32,4 @@ MAN1= mcs.1 mint.1 mono.1 monoburg.1 monodis.1 monostyle.1 \ sqlsharp.1 MAN5= mono-config.5 -post-patch: - @${REINPLACE_CMD} -e 's|<gc.h|<'${LOCALBASE}/'include/gc.h|g' \ - ${WRKSRC}/mono/os/gc_wrapper.h - .include <bsd.port.mk> |