diff options
author | kefren <kefren@pkgsrc.org> | 2010-04-29 08:44:30 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2010-04-29 08:44:30 +0000 |
commit | d2005ad3af4cf3a9b4121e57d906c8c5807e6990 (patch) | |
tree | c300cfbefae509fae6c4d1fb363d674a32963f7b /lang/mono/Makefile | |
parent | 30a52c8adf72534bc0d29e673134dace0231780b (diff) | |
download | pkgsrc-d2005ad3af4cf3a9b4121e57d906c8c5807e6990.tar.gz |
Update to 2.6.4, a bugfix release. From Changelog:
Apply some openbsd changes from openbsd ports.
Check whenever g++ is installed, since libtool requires it
even if no c++ files will be compiled.
Set default for with_moonlight to fix "Moon Profile:" output.
Append -lgc to libmono_ldflags if using an external libgc
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r-- | lang/mono/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 0f0e807c0f9..524e238ecba 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.101 2010/04/09 15:35:21 kefren Exp $ +# $NetBSD: Makefile,v 1.102 2010/04/29 08:44:30 kefren Exp $ -DISTNAME= mono-2.6.3 +DISTNAME= mono-2.6.4 CATEGORIES= lang MASTER_SITES= http://ftp.novell.com/pub/mono/sources/mono/ EXTRACT_SUFX= .tar.bz2 |