diff options
author | dholland <dholland@pkgsrc.org> | 2013-11-24 02:38:58 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-11-24 02:38:58 +0000 |
commit | 0f27c71ff585f749b2222d835f4b2dce9a529bc9 (patch) | |
tree | a54261e03d57be27554e7a50da34dbab453c53cc /lang/mono-basic | |
parent | c425e4d47b0e8c1454e3c3a9fa77f4dbdfdd576e (diff) | |
download | pkgsrc-0f27c71ff585f749b2222d835f4b2dce9a529bc9.tar.gz |
Clear PLATFORM in the environment; has the same consequences as in the
base mono package.
Diffstat (limited to 'lang/mono-basic')
-rw-r--r-- | lang/mono-basic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mono-basic/Makefile b/lang/mono-basic/Makefile index 3f43e2f9f5f..940e6aca0b5 100644 --- a/lang/mono-basic/Makefile +++ b/lang/mono-basic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/10/19 09:07:06 adam Exp $ +# $NetBSD: Makefile,v 1.22 2013/11/24 02:38:58 dholland Exp $ DISTNAME= mono-basic-2.10 PKGREVISION= 6 @@ -14,6 +14,7 @@ LICENSE= gnu-lgpl-v2 AND mit USE_TOOLS+= gmake USE_LANGUAGES+= # empty EXTRACT_USING= gtar +ALL_ENV+= PLATFORM= GNU_CONFIGURE= yes |