diff options
author | kefren <kefren@pkgsrc.org> | 2008-10-10 22:02:42 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2008-10-10 22:02:42 +0000 |
commit | b390b71b76eaa62f5ee5d8f04ac0bd9410f4e70a (patch) | |
tree | 80bff138c9a75e7c002efb75e1e293f5426a72e7 /lang/mono/Makefile | |
parent | 51d1de5d5b71e6f55059b3fa889d5c7430462fe4 (diff) | |
download | pkgsrc-b390b71b76eaa62f5ee5d8f04ac0bd9410f4e70a.tar.gz |
Disable generic sharing on NetBSD/amd64 in order to get it built and
working. Probably this should be done for all *BSD as well.
Bump PKGREVISION
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r-- | lang/mono/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 2a1fcfe15aa..bcc56b120c0 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.72 2008/10/07 13:22:32 kefren Exp $ +# $NetBSD: Makefile,v 1.73 2008/10/10 22:02:42 kefren Exp $ DISTNAME= mono-${MONO_VERSION} CATEGORIES= lang +PKGREVISION= 1 MASTER_SITES= http://ftp.novell.com/pub/mono/sources/mono/ EXTRACT_SUFX= .tar.bz2 |