diff options
author | dholland <dholland> | 2013-11-24 02:38:58 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-11-24 02:38:58 +0000 |
commit | e76c1fb0110b22b2e723626100b3e1baed6b668a (patch) | |
tree | a54261e03d57be27554e7a50da34dbab453c53cc /lang | |
parent | 6c2ea2b0771cc73f3be7c2569336f043e3dc61bd (diff) | |
download | pkgsrc-e76c1fb0110b22b2e723626100b3e1baed6b668a.tar.gz |
Clear PLATFORM in the environment; has the same consequences as in the
base mono package.
Diffstat (limited to 'lang')
-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 |