diff options
author | romain <romain@FreeBSD.org> | 2010-10-19 01:40:17 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-10-19 01:40:17 +0800 |
commit | bede72413a308198220b588fcff59034c8558bac (patch) | |
tree | ab0ef3e349a573721a26a6a45d06c9e527dda3ee /lang/mono/Makefile | |
parent | 18934f9e50113522249ceb823094e5dec0cab6c7 (diff) | |
download | freebsd-ports-gnome-bede72413a308198220b588fcff59034c8558bac.tar.gz freebsd-ports-gnome-bede72413a308198220b588fcff59034c8558bac.tar.zst freebsd-ports-gnome-bede72413a308198220b588fcff59034c8558bac.zip |
- Fix SigSegv when calling a managed handler.
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r-- | lang/mono/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 7f9fee751da6..060d5d01b152 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -7,6 +7,7 @@ PORTNAME= mono PORTVERSION= 2.6.7 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ |